@AutoService(value=javax.annotation.processing.Processor.class) public class TransfuseAnnotationProcessor extends AnnotationProcessorBase
Transfuse Annotation processor. Kicks off the process of analyzing and generating code based on the compiled codebase. <p/> To use this class, you simply have to annotate your classes with the proper root components (Activity, Application, etc) and have this annotation processor on the classpath during a full compilation. <p/> This approach is compatible with Java 6 and above. <p/> See http://androidtransfuse.org for more details
processingEnv| Constructor and Description |
|---|
TransfuseAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSupportedOptions() |
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> typeElements,
RoundEnvironment roundEnvironment) |
getSupportedAnnotationTypes, getSupportedSourceVersiongetCompletions, isInitializedpublic TransfuseAnnotationProcessor()
public void init(ProcessingEnvironment processingEnv)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> typeElements, RoundEnvironment roundEnvironment)
process in interface Processorprocess in class AbstractProcessorpublic Set<String> getSupportedOptions()
getSupportedOptions in interface ProcessorgetSupportedOptions in class AbstractProcessorCopyright © 2014. All Rights Reserved.