Annotation Interface ServiceDecorator


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface ServiceDecorator
Marks an annotation as a service decorator.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The handler class that will process the decorator.
  • Element Details