Package it.tidalwave.role.ui.annotation
package it.tidalwave.role.ui.annotation
-
Annotation InterfacesClassDescriptionIf a
Main
class is annotated withEnableMessageBus
, the following things happen: a messagebus implementingSimpleMessageBus
is instantiated and made available in the Spring application context (so it can be injected); aPowerOnEvent
is fired when the application is ready to be initialised; aPowerOffEvent
is fired when the application is going to be closed.