Fix and improve Javadoc in spring-aop

Closes gh-28803
This commit is contained in:
Marc Wrobel
2022-07-12 17:58:30 +02:00
committed by Sam Brannen
parent c112bb0ae1
commit c6be3b33c9
19 changed files with 31 additions and 31 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.context.annotation.Import;
/**
* Signals the current application context to apply dependency injection to
* non-managed classes that are instantiated outside of the Spring bean factory
* non-managed classes that are instantiated outside the Spring bean factory
* (typically classes annotated with the
* {@link org.springframework.beans.factory.annotation.Configurable @Configurable}
* annotation).