Annotation Interface ServiceDecorator
Marks an annotation as a service decorator.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends ServiceDecoratorHandler<?>> The handler class that will process the decorator.
-
Element Details
-
value
Class<? extends ServiceDecoratorHandler<?>> valueThe handler class that will process the decorator.- Returns:
- The handler class.
-