@SupportedOptions(value="debug") @SupportedAnnotationTypes(value="org.infinispan.protostream.annotations.AutoProtoSchemaBuilder") @AutoService(value=javax.annotation.processing.Processor.class) public final class AutoProtoSchemaBuilderAnnotationProcessor extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
DEBUG_OPTION |
static String |
PROTO_SCHEMA_TOOL_ANNOTATION_NAME
The FQN of the one and only annotation we claim.
|
processingEnv| Constructor and Description |
|---|
AutoProtoSchemaBuilderAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic static final String PROTO_SCHEMA_TOOL_ANNOTATION_NAME
public static final String DEBUG_OPTION
public AutoProtoSchemaBuilderAnnotationProcessor()
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2019 JBoss, a division of Red Hat. All rights reserved.