@SupportedSourceVersion(value=RELEASE_6)
@SupportedAnnotationTypes(value="*")
@MetaInfServices(value=javax.annotation.processing.Processor.class)
public class AnnotationProcessorImpl
extends javax.annotation.processing.AbstractProcessor
Indexed
annotations.Constructor and Description |
---|
AnnotationProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
process
in interface javax.annotation.processing.Processor
process
in class javax.annotation.processing.AbstractProcessor
Copyright © 2012. All Rights Reserved.