@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface TargetMustBe
Annotation
to test an Annotated element is a
specific kind
.AnnotatedProcessor
Modifier and Type | Required Element and Description |
---|---|
ElementKind |
value |
public abstract ElementKind value
Copyright © 2015–2020 Allen D. Ball. All rights reserved.