@AutoService(value=javax.annotation.processing.Processor.class) @SupportedAnnotationTypes(value="*") @SupportedSourceVersion(value=RELEASE_8) @SupportedOptions(value="generateCodecProvider") public class CodecAnnotationProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
CodecAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2015–2016. All rights reserved.