Processor
@SupportedAnnotationTypes("io.undertow.annotationprocessor.HttpParserConfig") @SupportedOptions({}) @SupportedSourceVersion(RELEASE_8) public class HttpParserAnnotationProcessor extends AbstractProcessor
processingEnv
Constructor | Description |
---|---|
HttpParserAnnotationProcessor() |
Modifier and Type | Method | Description |
---|---|---|
void |
init(ProcessingEnvironment processingEnv) |
|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
public void init(ProcessingEnvironment processingEnv)
init
in interface Processor
init
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2018. All rights reserved.