Annotation Type Decorators


@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface Decorators
The containing annotation type for Decorator.
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    Decorator[] value
    An array of Decorators.