Skip to content

Commit

Permalink
Merge pull request #28004 from An1s9n
Browse files Browse the repository at this point in the history
* pr/28004:
  Polish reference to ManagedBean annotation

Closes gh-28004
  • Loading branch information
snicoll committed Feb 4, 2022
2 parents f8a5a8d + 05d3e82 commit 6bc7d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core/core-beans.adoc
Expand Up @@ -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.

Expand Down

0 comments on commit 6bc7d41

Please sign in to comment.