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 @PdoTreeContextMenuItemService annotation.
Enforces the implementation of the following constructors:
Author:
harald
  • Constructor Details

    • PdoTreeContextMenuItemServiceAnnotationProcessor

      public PdoTreeContextMenuItemServiceAnnotationProcessor()
      Creates the annotation processor.
  • Method Details

    • processClass

      protected void processClass(Element element)
      Overrides:
      processClass in class org.tentackle.apt.AbstractServiceAnnotationProcessor