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