public class FlowPartAnnotationProcessor extends AbstractOperatorAnnotationProcessor
environment| Constructor and Description |
|---|
FlowPartAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected CompileEnvironment |
createCompileEnvironment(ProcessingEnvironment processingEnv)
Creates a compile environment for this processing (for testing).
|
Set<String> |
getSupportedAnnotationTypes() |
protected Collection<CompileEnvironment.Support> |
getSupportedFeatures()
Returns the supported features.
|
protected void |
run(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
Runs this annotation processor.
|
getCompletions, getSupportedOptions, getSupportedSourceVersion, init, processprotected CompileEnvironment createCompileEnvironment(ProcessingEnvironment processingEnv)
AbstractOperatorAnnotationProcessorcreateCompileEnvironment in class AbstractOperatorAnnotationProcessorprocessingEnv - current processing environmentprotected Collection<CompileEnvironment.Support> getSupportedFeatures()
AbstractOperatorAnnotationProcessorgetSupportedFeatures in class AbstractOperatorAnnotationProcessorprotected void run(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
AbstractOperatorAnnotationProcessorrun in class AbstractOperatorAnnotationProcessorannotations - the target operator annotationsroundEnv - the processing round environmentCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.