Package dev.voidframework.core.lifecycle


package dev.voidframework.core.lifecycle
  • Class
    Description
    Listens to the different bind classes to detect which ones have methods to call when starting or stopping the application.
    Life cycle manager takes care of executing the various hooks defined by the use of the LifeCycleStart and LifeCycleStop annotations.
    Indicates that the method should be called when the application is started.
    Indicates that the method should be called when the application is stopped.