Merge branch '5.3.x'
This commit is contained in:
commit
866708942c
|
@ -10695,7 +10695,7 @@ architectures that build upon the well-known Spring programming model.
|
||||||
[[context-functionality-events-annotation]]
|
[[context-functionality-events-annotation]]
|
||||||
==== Annotation-based Event Listeners
|
==== 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:
|
`@EventListener` annotation. The `BlockedListNotifier` can be rewritten as follows:
|
||||||
|
|
||||||
[source,java,indent=0,subs="verbatim,quotes",role="primary"]
|
[source,java,indent=0,subs="verbatim,quotes",role="primary"]
|
||||||
|
|
Loading…
Reference in New Issue