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 f93fda2 commit f6708d1Copy full SHA for f6708d1
spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java
@@ -117,8 +117,7 @@ public class GenericApplicationContext extends AbstractApplicationContext implem
117
MemberCategory.DECLARED_FIELDS);
118
119
private static final Consumer<Builder> asProxiedUserClass = hint ->
120
- hint.withMembers(MemberCategory.INTROSPECT_DECLARED_CONSTRUCTORS,
121
- MemberCategory.INVOKE_DECLARED_METHODS);
+ hint.withMembers(MemberCategory.INVOKE_PUBLIC_METHODS);
122
123
124
private final DefaultListableBeanFactory beanFactory;
0 commit comments