Browse Source

Polish Javadoc

pull/29049/head
Sam Brannen 2 years ago
parent
commit
98c74059e0
  1. 2
      spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanFactoryInitializationAotContribution.java
  2. 2
      spring-test/src/main/java/org/springframework/test/context/event/annotation/AfterTestClass.java
  3. 2
      spring-test/src/main/java/org/springframework/test/context/event/annotation/AfterTestExecution.java
  4. 2
      spring-test/src/main/java/org/springframework/test/context/event/annotation/AfterTestMethod.java

2
spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanFactoryInitializationAotContribution.java

@ -22,7 +22,7 @@ import org.springframework.aot.generate.GenerationContext; @@ -22,7 +22,7 @@ import org.springframework.aot.generate.GenerationContext;
* AOT contribution from a {@link BeanFactoryInitializationAotProcessor} used to
* initialize a bean factory.
*
* <p>Note: Beans implementing interface will not have registration methods
* <p>Note: Beans implementing this interface will not have registration methods
* generated during AOT processing unless they also implement
* {@link org.springframework.beans.factory.aot.BeanRegistrationExcludeFilter}.
*

2
spring-test/src/main/java/org/springframework/test/context/event/annotation/AfterTestClass.java

@ -29,7 +29,7 @@ import static java.lang.annotation.ElementType.METHOD; @@ -29,7 +29,7 @@ import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* {@link EventListener @EventListener} annotation used to consume a
* {@link EventListener @EventListener} annotation used to consume an
* {@link AfterTestClassEvent} published by the
* {@link org.springframework.test.context.event.EventPublishingTestExecutionListener
* EventPublishingTestExecutionListener}.

2
spring-test/src/main/java/org/springframework/test/context/event/annotation/AfterTestExecution.java

@ -29,7 +29,7 @@ import static java.lang.annotation.ElementType.METHOD; @@ -29,7 +29,7 @@ import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* {@link EventListener @EventListener} annotation used to consume a
* {@link EventListener @EventListener} annotation used to consume an
* {@link AfterTestExecutionEvent} published by the
* {@link org.springframework.test.context.event.EventPublishingTestExecutionListener
* EventPublishingTestExecutionListener}.

2
spring-test/src/main/java/org/springframework/test/context/event/annotation/AfterTestMethod.java

@ -29,7 +29,7 @@ import static java.lang.annotation.ElementType.METHOD; @@ -29,7 +29,7 @@ import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* {@link EventListener @EventListener} annotation used to consume a
* {@link EventListener @EventListener} annotation used to consume an
* {@link AfterTestMethodEvent} published by the
* {@link org.springframework.test.context.event.EventPublishingTestExecutionListener
* EventPublishingTestExecutionListener}.

Loading…
Cancel
Save