@ -568,8 +568,9 @@ is a convenience mechanism that sets up a <<core.adoc#beans-factory-placeholderc
@@ -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)
@ -4628,10 +4628,11 @@ configuration (notice the inclusion of the `context` namespace):
@@ -4628,10 +4628,11 @@ configuration (notice the inclusion of the `context` namespace):
----
(The implicitly registered post-processors include