Class OnEnableDecoratorHandler
java.lang.Object
com.thewinterframework.service.decorator.lifecycle.LifeCycleDecoratorHandler<OnEnable>
com.thewinterframework.service.decorator.lifecycle.OnEnableDecoratorHandler
- All Implemented Interfaces:
ServiceDecoratorHandler<OnEnable>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.thewinterframework.service.decorator.lifecycle.LifeCycleDecoratorHandler
LifeCycleDecoratorHandler.LifeCycleResult -
Field Summary
Fields inherited from class com.thewinterframework.service.decorator.lifecycle.LifeCycleDecoratorHandler
graph, lifeCycleMethodsByService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<?>[]extractAfterAnnotations(OnEnable annotation) protected Class<?>[]extractBeforeAnnotations(OnEnable annotation) Gets the type of annotation this handler processes.voidonPluginEnable(WinterPlugin plugin) Called when a plugin is enabled.Methods inherited from class com.thewinterframework.service.decorator.lifecycle.LifeCycleDecoratorHandler
execute, executeInternally, onDiscover, onPluginLoadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thewinterframework.service.decorator.ServiceDecoratorHandler
onConfigure, onDiscoverOnType, onPluginDisable
-
Constructor Details
-
OnEnableDecoratorHandler
public OnEnableDecoratorHandler()
-
-
Method Details
-
getAnnotationType
Description copied from interface:ServiceDecoratorHandlerGets the type of annotation this handler processes.- Returns:
- The annotation type.
-
onPluginEnable
Description copied from interface:ServiceDecoratorHandlerCalled when a plugin is enabled.- Parameters:
plugin- The plugin being enabled.
-
extractAfterAnnotations
- Specified by:
extractAfterAnnotationsin classLifeCycleDecoratorHandler<OnEnable>
-
extractBeforeAnnotations
- Specified by:
extractBeforeAnnotationsin classLifeCycleDecoratorHandler<OnEnable>
-