Skip to content

Commit

Permalink
Fixed invalid code tag in javadoc
Browse files Browse the repository at this point in the history
(cherry picked from commit a139670)
  • Loading branch information
jhoeller committed Apr 30, 2014
1 parent a842b93 commit a653c06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,8 @@ public void copyQualifiersFrom(AbstractBeanDefinition source) {

/**
* Specify whether to allow access to non-public constructors and methods,
* for the case of externalized metadata pointing to those.
* The default is {@code true}; switch this to {@false} for public access only.
* for the case of externalized metadata pointing to those. The default is
* {@code true}; switch this to {@code false} for public access only.
* <p>This applies to constructor resolution, factory method resolution,
* and also init/destroy methods. Bean property accessors have to be public
* in any case and are not affected by this setting.
Expand Down

0 comments on commit a653c06

Please sign in to comment.