Annotation Type AnnotationProcessor
@Documented
@Retention(SOURCE)
@Target(TYPE)
public @interface AnnotationProcessor
Annotation to be used to mark a class as being an Annotation Processor so
that it can be added to the appropriate META-INF file.
- Version:
- Pre-Alpha
- Author:
- Logan Ferree (Tadukoo)