Skip to content

Commit 6bc7d41

Browse files
committed
Merge pull request #28004 from An1s9n
* pr/28004: Polish reference to ManagedBean annotation Closes gh-28004
2 parents f8a5a8d + 05d3e82 commit 6bc7d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7490,7 +7490,7 @@ exact same way as when you use Spring annotations, as the following example show
74907490
}
74917491
----
74927492

7493-
NOTE: In contrast to `@Component`, the JSR-330 `@Named` and the JSR-250 `ManagedBean`
7493+
NOTE: In contrast to `@Component`, the JSR-330 `@Named` and the JSR-250 `@ManagedBean`
74947494
annotations are not composable. You should use Spring's stereotype model for building
74957495
custom component annotations.
74967496

0 commit comments

Comments
 (0)