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