Annotation Type RepeatedAnnotationPlugin.Enhance

Enclosing class:
RepeatedAnnotationPlugin

@Documented @Target(ANNOTATION_TYPE) @Retention(RUNTIME) public static @interface RepeatedAnnotationPlugin.Enhance
Indicates that the annotated annotation should be repeatable by the supplied annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>
    The repeating annotation type.
  • Element Details

    • value

      Class<? extends Annotation> value
      The repeating annotation type.
      Returns:
      The repeating annotation type.