We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a76d8 commit ed88155Copy full SHA for ed88155
spring-context/src/test/java/example/scannable/FooServiceImpl.java
@@ -16,7 +16,6 @@
16
17
package example.scannable;
18
19
-import java.util.Comparator;
20
import java.util.List;
21
import java.util.concurrent.Future;
22
import javax.annotation.PostConstruct;
@@ -44,10 +43,6 @@
44
43
@Service @Lazy @DependsOn("myNamedComponent")
45
public class FooServiceImpl implements FooService {
46
47
- // Just to test ASM5's bytecode parsing of INVOKESPECIAL/STATIC on interfaces
48
- private static final Comparator<MessageBean> COMPARATOR_BY_MESSAGE = Comparator.comparing(MessageBean::getMessage);
49
-
50
51
@Autowired private FooDao fooDao;
52
53
@Autowired public BeanFactory beanFactory;
0 commit comments