@ -72,7 +72,7 @@ public class AcceptHeaderLocaleResolver implements LocaleResolver {
@@ -72,7 +72,7 @@ public class AcceptHeaderLocaleResolver implements LocaleResolver {
@ -10657,9 +10657,8 @@ architectures that build upon the well-known Spring programming model.
@@ -10657,9 +10657,8 @@ architectures that build upon the well-known Spring programming model.
[[context-functionality-events-annotation]]
==== Annotation-based Event Listeners
As of Spring 4.2, 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:
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:
@ -10797,9 +10796,9 @@ method signature to return the event that should be published, as the following
@@ -10797,9 +10796,9 @@ method signature to return the event that should be published, as the following