Skip to content

Commit 8dbdfb0

Browse files
committed
Polishing
1 parent d5fb5d0 commit 8dbdfb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@
3434

3535
/**
3636
* Internal class for managing injection metadata.
37-
* Not intended for direct use in applications.
37+
*
38+
* <p>Not intended for direct use in applications.
3839
*
3940
* <p>Used by {@link AutowiredAnnotationBeanPostProcessor},
40-
* {@link org.springframework.context.annotation.CommonAnnotationBeanPostProcessor} and
41+
* {@link org.springframework.context.annotation.CommonAnnotationBeanPostProcessor}, and
4142
* {@link org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor}.
4243
*
4344
* @author Juergen Hoeller

0 commit comments

Comments
 (0)