Class GwtSpecificValidatorCreatorProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
de.knightsoftnet.validators.annotation.processor.GwtSpecificValidatorCreatorProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("de.knightsoftnet.validators.client.GwtValidation")
@SupportedSourceVersion(RELEASE_8)
@AutoService(javax.annotation.processing.Processor.class)
public class GwtSpecificValidatorCreatorProcessor
extends AbstractProcessor
-
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
-
GwtSpecificValidatorCreatorProcessor
public GwtSpecificValidatorCreatorProcessor()
-
-
Method Details
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-