Package it.tidalwave.role.ui.annotation


package it.tidalwave.role.ui.annotation
  • Annotation Interfaces
    Class
    Description
    If a Main class is annotated with EnableMessageBus, the following things happen: a messagebus implementing SimpleMessageBus is instantiated and made available in the Spring application context (so it can be injected); a PowerOnEvent is fired when the application is ready to be initialised; a PowerOffEvent is fired when the application is going to be closed.