Package dev.voidframework.core.lifecycle
package dev.voidframework.core.lifecycle
-
ClassDescriptionListens 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
LifeCycleStartandLifeCycleStopannotations.Indicates that the method should be called when the application is started.Indicates that the method should be called when the application is stopped.