Polishing
This commit is contained in:
@@ -36,7 +36,7 @@ public class LookupAnnotationTests {
|
||||
|
||||
|
||||
@BeforeEach
|
||||
public void setUp() {
|
||||
public void setup() {
|
||||
beanFactory = new DefaultListableBeanFactory();
|
||||
AutowiredAnnotationBeanPostProcessor aabpp = new AutowiredAnnotationBeanPostProcessor();
|
||||
aabpp.setBeanFactory(beanFactory);
|
||||
@@ -122,6 +122,7 @@ public class LookupAnnotationTests {
|
||||
@Lookup
|
||||
public abstract TestBean getTwoArguments(String name, int age);
|
||||
|
||||
// no @Lookup annotation
|
||||
public abstract TestBean getThreeArguments(String name, int age, int anotherArg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user