Annotation Type AnnotationProcessor


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    @Service(javax.annotation.processing.Processor.class)
    public @interface AnnotationProcessor
    Annotation to express that the annotated class is an annotation processor.