Annotation Interface EventListener


An Adapter advice annotation that allows listening for events by implementing the ApplicationEventListener interface.

For example:

 @EventListener
  public void onStartup(StartupEvent startupEvent) {
  }
Since:
1.0
Author:
graemerocher