Package it.tidalwave.ui.core.annotation
package it.tidalwave.ui.core.annotation
-
ClassDescriptionIf a
Main
class is annotated withEnableMessageBus
, the following things happen: a messagebus implementingMessageBus
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.