Bob Tiernay opened SPR-13156 and commented
This allows to have the event parameter as optional if it is unused:
@EventListener(ApplicationReadyEvent.class)
public void start() {
// ...
}
and also allow for multiple:
@EventListener({ApplicationStartEvent.class, ApplicationReadyEvent.class})
public void start() {
// ...
}
Affects: 4.2 RC1
Referenced from: commits bf786c3