We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fb5d0 commit 8dbdfb0Copy full SHA for 8dbdfb0
spring-beans/src/main/java/org/springframework/beans/factory/annotation/InjectionMetadata.java
@@ -34,10 +34,11 @@
34
35
/**
36
* Internal class for managing injection metadata.
37
- * Not intended for direct use in applications.
+ *
38
+ * <p>Not intended for direct use in applications.
39
*
40
* <p>Used by {@link AutowiredAnnotationBeanPostProcessor},
- * {@link org.springframework.context.annotation.CommonAnnotationBeanPostProcessor} and
41
+ * {@link org.springframework.context.annotation.CommonAnnotationBeanPostProcessor}, and
42
* {@link org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor}.
43
44
* @author Juergen Hoeller
0 commit comments