Class GuiProviderServiceAnnotationProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.tentackle.apt.AbstractServiceAnnotationProcessor
org.tentackle.fx.rdc.apt.GuiProviderServiceAnnotationProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes("org.tentackle.fx.rdc.GuiProviderService") @AnnotationProcessor public class GuiProviderServiceAnnotationProcessor extends org.tentackle.apt.AbstractServiceAnnotationProcessor
Annotation processor for the @GuiProviderService annotation.
Enforces the implementation of the following constructors:
Author:
harald
  • Constructor Details

    • GuiProviderServiceAnnotationProcessor

      public GuiProviderServiceAnnotationProcessor()
  • Method Details