fixed JavaDoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1075 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
644df35108
commit
3fa3fcac40
|
|
@ -33,8 +33,9 @@ import org.springframework.stereotype.Component;
|
||||||
*
|
*
|
||||||
* <p>Configuration is meta-annotated as a {@link Component}, therefore Configuration
|
* <p>Configuration is meta-annotated as a {@link Component}, therefore Configuration
|
||||||
* classes are candidates for component-scanning and may also take advantage of
|
* classes are candidates for component-scanning and may also take advantage of
|
||||||
* {@link Autowired} at the field, method and constructor level. Externalized values
|
* {@link Autowired} at the field and method but not at the constructor level.
|
||||||
* may be wired into Configuration classes using the {@link Value} annotation.
|
* Externalized values may be wired into Configuration classes using the {@link Value}
|
||||||
|
* annotation.
|
||||||
*
|
*
|
||||||
* <p>May be used in conjunction with the {@link Lazy} annotation to indicate that all Bean
|
* <p>May be used in conjunction with the {@link Lazy} annotation to indicate that all Bean
|
||||||
* methods declared within this class are by default lazily initialized.
|
* methods declared within this class are by default lazily initialized.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue