Package net.bytebuddy.build
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.
-