Class AutoProtoSchemaBuilderAnnotationProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor
-
- All Implemented Interfaces:
Processor
@SupportedOptions("debug") @SupportedAnnotationTypes("org.infinispan.protostream.annotations.AutoProtoSchemaBuilder") @AutoService(javax.annotation.processing.Processor.class) public final class AutoProtoSchemaBuilderAnnotationProcessor extends AbstractProcessor
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEBUG_OPTIONThe only option we support: activate debug logging.-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description AutoProtoSchemaBuilderAnnotationProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceVersiongetSupportedSourceVersion()voidinit(ProcessingEnvironment processingEnv)booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
-
-
-
-
Field Detail
-
DEBUG_OPTION
public static final String DEBUG_OPTION
The only option we support: activate debug logging.- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(ProcessingEnvironment processingEnv)
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
getSupportedSourceVersion
public SourceVersion getSupportedSourceVersion()
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
process
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
-