Browse Source

Merge branch '5.3.x'

pull/27792/head
Stephane Nicoll 3 years ago
parent
commit
b5ffcfb4ba
  1. 2
      src/docs/asciidoc/core/core-beans.adoc

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

@ -10695,7 +10695,7 @@ architectures that build upon the well-known Spring programming model. @@ -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 `public` method of a managed bean by using the
You can register an event listener on any 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"]

Loading…
Cancel
Save