Package net.bytebuddy.build
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 ElementsModifier and TypeRequired ElementDescriptionClass
<? extends Annotation> The repeating annotation type.
-
Element Details
-
value
Class<? extends Annotation> valueThe repeating annotation type.- Returns:
- The repeating annotation type.
-