Class AnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
io.clientcore.annotation.processor.AnnotationProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("io.clientcore.core.annotations.*")
public class AnnotationProcessor
extends AbstractProcessor
Annotation processor that generates client code based on annotated interfaces.
-
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, init, isInitialized
-
Constructor Details
-
AnnotationProcessor
public AnnotationProcessor()Creates a new instance of the AnnotationProcessor.
-
-
Method Details
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-