Package it.tidalwave.ui.core.annotation
package it.tidalwave.ui.core.annotation
-
Annotation InterfacesClassDescriptionIf a
Mainclass is annotated withEnableMessageBus, the following things happen: a messagebus implementingMessageBusis 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.