@SupportedAnnotationTypes(value="*") @SupportedSourceVersion(value=RELEASE_8) public class EndProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
EndProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ProcessingEnvironment env) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedpublic void init(ProcessingEnvironment env)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2018. All rights reserved.