org.androidannotations
Class AndroidAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.androidannotations.AndroidAnnotationProcessor
- All Implemented Interfaces:
- Processor
@SupportedSourceVersion(value=RELEASE_6)
public class AndroidAnnotationProcessor
- extends AbstractProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndroidAnnotationProcessor
public AndroidAnnotationProcessor()
init
public void init(ProcessingEnvironment processingEnv)
- Specified by:
init
in interface Processor
- Overrides:
init
in class AbstractProcessor
process
public boolean process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Specified by:
process
in interface Processor
- Specified by:
process
in class AbstractProcessor
getSupportedAnnotationTypes
public Set<String> getSupportedAnnotationTypes()
- Specified by:
getSupportedAnnotationTypes
in interface Processor
- Overrides:
getSupportedAnnotationTypes
in class AbstractProcessor
getSupportedOptions
public Set<String> getSupportedOptions()
- Specified by:
getSupportedOptions
in interface Processor
- Overrides:
getSupportedOptions
in class AbstractProcessor
Copyright © 2010-2014. All Rights Reserved.