mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 00:39:01 +00:00
Fixed invalid code tag in javadoc
This commit is contained in:
+2
-2
@@ -680,8 +680,8 @@ public abstract class AbstractBeanDefinition extends BeanMetadataAttributeAccess
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Specify whether to allow access to non-public constructors and methods,
|
* Specify whether to allow access to non-public constructors and methods,
|
||||||
* for the case of externalized metadata pointing to those.
|
* for the case of externalized metadata pointing to those. The default is
|
||||||
* The default is {@code true}; switch this to {@false} for public access only.
|
* {@code true}; switch this to {@code false} for public access only.
|
||||||
* <p>This applies to constructor resolution, factory method resolution,
|
* <p>This applies to constructor resolution, factory method resolution,
|
||||||
* and also init/destroy methods. Bean property accessors have to be public
|
* and also init/destroy methods. Bean property accessors have to be public
|
||||||
* in any case and are not affected by this setting.
|
* in any case and are not affected by this setting.
|
||||||
|
|||||||
Reference in New Issue
Block a user