Merge branch '5.3.x'

This commit is contained in:
Stephane Nicoll 2021-12-09 14:44:20 +01:00
commit 866708942c
1 changed files with 1 additions and 1 deletions

View File

@ -10695,7 +10695,7 @@ architectures that build upon the well-known Spring programming model.
[[context-functionality-events-annotation]]
==== Annotation-based Event Listeners
You can register an event listener on any method of a managed bean by using the
You can register an event listener on any `public` method of a managed bean by using the
`@EventListener` annotation. The `BlockedListNotifier` can be rewritten as follows:
[source,java,indent=0,subs="verbatim,quotes",role="primary"]