Polishing
This commit is contained in:
parent
d5fb5d029b
commit
8dbdfb0449
|
@ -34,10 +34,11 @@ import org.springframework.util.ReflectionUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Internal class for managing injection metadata.
|
* Internal class for managing injection metadata.
|
||||||
* Not intended for direct use in applications.
|
*
|
||||||
|
* <p>Not intended for direct use in applications.
|
||||||
*
|
*
|
||||||
* <p>Used by {@link AutowiredAnnotationBeanPostProcessor},
|
* <p>Used by {@link AutowiredAnnotationBeanPostProcessor},
|
||||||
* {@link org.springframework.context.annotation.CommonAnnotationBeanPostProcessor} and
|
* {@link org.springframework.context.annotation.CommonAnnotationBeanPostProcessor}, and
|
||||||
* {@link org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor}.
|
* {@link org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor}.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
|
|
Loading…
Reference in New Issue