Annotation Interface DecoratorFactory
Specifies a
DecoratorFactoryFunction
class which is a factory to create a decorator.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends DecoratorFactoryFunction<?>>
DecoratorFactoryFunction
implementation type.
-
Element Details
-
value
Class<? extends DecoratorFactoryFunction<?>> valueDecoratorFactoryFunction
implementation type.
-