Class LifeCycleDecoratorHandler<A extends Annotation>

java.lang.Object
com.thewinterframework.service.decorator.lifecycle.LifeCycleDecoratorHandler<A>
All Implemented Interfaces:
ServiceDecoratorHandler<A>
Direct Known Subclasses:
OnDisableDecoratorHandler, OnEnableDecoratorHandler, OnReloadDecoratorHandler

public abstract class LifeCycleDecoratorHandler<A extends Annotation> extends Object implements ServiceDecoratorHandler<A>
  • Field Details

  • Constructor Details

    • LifeCycleDecoratorHandler

      public LifeCycleDecoratorHandler()
  • Method Details