@SupportedAnnotationTypes(value="de.skuzzle.jeve.annotation.ListenerInterface") public class ListenerAnnotationProcessor extends AbstractProcessor
ListenerInterface annotation
and checks whether they adhere to the general contract of Listener
implementations.processingEnv| Constructor and Description |
|---|
ListenerAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2014–2015. All rights reserved.