File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/support Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -647,8 +647,8 @@ public void copyQualifiersFrom(AbstractBeanDefinition source) {
647
647
648
648
/**
649
649
* Specify whether to allow access to non-public constructors and methods,
650
- * for the case of externalized metadata pointing to those.
651
- * The default is {@code true}; switch this to {@false} for public access only.
650
+ * for the case of externalized metadata pointing to those. The default is
651
+ * {@code true}; switch this to {@code false} for public access only.
652
652
* <p>This applies to constructor resolution, factory method resolution,
653
653
* and also init/destroy methods. Bean property accessors have to be public
654
654
* in any case and are not affected by this setting.
You can’t perform that action at this time.
0 commit comments