Browse Source

Polishing

pull/29800/head
Sam Brannen 3 years ago
parent
commit
8dbdfb0449
  1. 5
      spring-beans/src/main/java/org/springframework/beans/factory/annotation/InjectionMetadata.java

5
spring-beans/src/main/java/org/springframework/beans/factory/annotation/InjectionMetadata.java

@ -34,10 +34,11 @@ import org.springframework.util.ReflectionUtils; @@ -34,10 +34,11 @@ import org.springframework.util.ReflectionUtils;
/**
* 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},
* {@link org.springframework.context.annotation.CommonAnnotationBeanPostProcessor} and
* {@link org.springframework.context.annotation.CommonAnnotationBeanPostProcessor}, and
* {@link org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor}.
*
* @author Juergen Hoeller

Loading…
Cancel
Save