Class BackofficeClientGeneratorProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
de.knightsoftnet.gwtp.spring.annotation.processor.BackofficeClientGeneratorProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("de.knightsoftnet.gwtp.spring.client.annotation.BackofficeClientGenerator")
@SupportedSourceVersion(RELEASE_11)
@AutoService(javax.annotation.processing.Processor.class)
public class BackofficeClientGeneratorProcessor
extends AbstractProcessor
Backoffice client generator processor.
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
Constructor Details
-
BackofficeClientGeneratorProcessor
public BackofficeClientGeneratorProcessor()
-
-
Method Details
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-