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 @@ -680,8 +680,8 @@ public void copyQualifiersFrom(AbstractBeanDefinition source) {
680
680
681
681
/**
682
682
* Specify whether to allow access to non-public constructors and methods,
683
- * for the case of externalized metadata pointing to those.
684
- * The default is {@code true}; switch this to {@false} for public access only.
683
+ * for the case of externalized metadata pointing to those. The default is
684
+ * {@code true}; switch this to {@code false} for public access only.
685
685
* <p>This applies to constructor resolution, factory method resolution,
686
686
* and also init/destroy methods. Bean property accessors have to be public
687
687
* in any case and are not affected by this setting.
You can’t perform that action at this time.
0 commit comments