@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface AnnotationFormat
For an example usage see the Formatf annotation
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends AnnotationArgumentFormatter> |
value |
public abstract java.lang.Class<? extends AnnotationArgumentFormatter> value