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