Merge branch '5.3.x'

This commit is contained in:
Stephane Nicoll 2022-02-04 09:24:50 +01:00
commit c064e90697
1 changed files with 1 additions and 1 deletions

View File

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