Browse Source

Merge pull request #28004 from An1s9n

* pr/28004:
  Polish reference to ManagedBean annotation

Closes gh-28004
pull/28119/head
Stephane Nicoll 3 years ago
parent
commit
6bc7d41734
  1. 2
      src/docs/asciidoc/core/core-beans.adoc

2
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 @@ -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.

Loading…
Cancel
Save