Class GwtProxyableProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
io.github.imagineDevit.GWTUnit.annotations.processors.GwtProxyableProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("io.github.imagineDevit.GWTUnit.annotations.GwtProxyable")
@SupportedSourceVersion(RELEASE_17)
public class GwtProxyableProcessor
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment processingEnv) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
-
Constructor Details
-
GwtProxyableProcessor
public GwtProxyableProcessor()
-
-
Method Details
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-