From 05d3e820f9e1b20afbdbc352ee4d40c126474ff6 Mon Sep 17 00:00:00 2001 From: Pavel Anisimov Date: Fri, 4 Feb 2022 08:20:45 +0300 Subject: [PATCH] Polish reference to ManagedBean annotation See gh-28004 --- src/docs/asciidoc/core/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 95881a0d2c..1ef6724c19 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -7490,7 +7490,7 @@ exact same way as when you use Spring annotations, as the following example show } ---- -NOTE: In contrast to `@Component`, the JSR-330 `@Named` and the JSR-250 `ManagedBean` +NOTE: In contrast to `@Component`, the JSR-330 `@Named` and the JSR-250 `@ManagedBean` annotations are not composable. You should use Spring's stereotype model for building custom component annotations.