Skip to content

Commit

Permalink
Update documentation for <context:annotation-config/>
Browse files Browse the repository at this point in the history
  • Loading branch information
hrybs authored and lxbzmy committed Mar 26, 2022
1 parent 62b7111 commit a9471ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/docs/asciidoc/core/core-appendix.adoc
Expand Up @@ -568,8 +568,9 @@ is a convenience mechanism that sets up a <<core.adoc#beans-factory-placeholderc
This element activates the Spring infrastructure to detect annotations in bean classes:

* Spring's <<core.adoc#beans-factory-metadata, `@Configuration`>> model
* <<core.adoc#beans-annotation-config, `@Autowired`/`@Inject`>> and `@Value`
* <<core.adoc#beans-annotation-config, `@Autowired`/`@Inject`>>, `@Value` and `@Lookup`
* JSR-250's `@Resource`, `@PostConstruct` and `@PreDestroy` (if available)
* JAX-WS `@WebServiceRef` and EJB3 `@EJB` (if available)
* JPA's `@PersistenceContext` and `@PersistenceUnit` (if available)
* Spring's <<core.adoc#context-functionality-events-annotation, `@EventListener`>>

Expand Down
3 changes: 2 additions & 1 deletion src/docs/asciidoc/core/core-beans.adoc
Expand Up @@ -4628,10 +4628,11 @@ configuration (notice the inclusion of the `context` namespace):
----

(The implicitly registered post-processors include
{api-spring-framework}/context/annotation/ConfigurationClassPostProcessor.html[`ConfigurationClassPostProcessor`]
{api-spring-framework}/beans/factory/annotation/AutowiredAnnotationBeanPostProcessor.html[`AutowiredAnnotationBeanPostProcessor`],
{api-spring-framework}/context/annotation/CommonAnnotationBeanPostProcessor.html[`CommonAnnotationBeanPostProcessor`],
{api-spring-framework}/orm/jpa/support/PersistenceAnnotationBeanPostProcessor.html[`PersistenceAnnotationBeanPostProcessor`], and
{api-spring-framework}/beans/factory/annotation/RequiredAnnotationBeanPostProcessor.html[`RequiredAnnotationBeanPostProcessor`].)
{api-spring-framework}/context/event/EventListenerMethodProcessor.html[`EventListenerMethodProcessor.html`].)

[NOTE]
====
Expand Down

0 comments on commit a9471ff

Please sign in to comment.