diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 9d6f5d97310..394db897068 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -4690,10 +4690,7 @@ references and values even when you use the class outside of a container. [TIP] ==== The {api-spring-framework}/beans/factory/annotation/RequiredAnnotationBeanPostProcessor.html[`RequiredAnnotationBeanPostProcessor`] -must be registered as a bean to enable support for the `@Required` annotation. Note, -however, that a `RequiredAnnotationBeanPostProcessor` bean is registered automatically -when using the `` or `` XML -namespace elements. +must be registered as a bean to enable support for the `@Required` annotation. ==== [NOTE]