Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc.apt
Class PdoTableContextMenuItemServiceAnnotationProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- org.tentackle.apt.AbstractServiceAnnotationProcessor
-
- org.tentackle.fx.rdc.apt.PdoTableContextMenuItemServiceAnnotationProcessor
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.tentackle.fx.rdc.PdoTableContextMenuItemService") @AnnotationProcessor public class PdoTableContextMenuItemServiceAnnotationProcessor extends org.tentackle.apt.AbstractServiceAnnotationProcessor
Annotation processor for the@PdoTableContextMenuItemServiceannotation.
Enforces the implementation of the following constructors:- Author:
- harald
-
-
Field Summary
-
Fields inherited from class org.tentackle.apt.AbstractServiceAnnotationProcessor
elementUtils, noArgsVisitor, typeUtils, typeVisitor
-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description PdoTableContextMenuItemServiceAnnotationProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)protected voidprocessClass(Element element)-
Methods inherited from class org.tentackle.apt.AbstractServiceAnnotationProcessor
acceptTypeVisitor, getSupportedSourceVersion, init, verifyConstructor, verifyImplements
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
-
-
-
-
Method Detail
-
process
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
processClass
protected void processClass(Element element)
- Overrides:
processClassin classorg.tentackle.apt.AbstractServiceAnnotationProcessor
-
-