Package ball.annotation.processing
Annotation Type For
-
@Documented @Retention(RUNTIME) @Target(TYPE) @TargetMustExtend(AnnotatedProcessor.class) public @interface For
- Author:
- Allen D. Ball
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends Annotation>[]
value
-
-
-
Element Detail
-
value
Class<? extends Annotation>[] value
- Default:
- {}
-
-