Annotation Type RepeatedAnnotationPlugin.Enhance


  • @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
      java.lang.Class<? extends java.lang.annotation.Annotation> value
      The repeating annotation type.
    • Element Detail

      • value

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