@SupportedAnnotationTypes(value="org.asyncflows.core.annotations.Asynchronous") public class AsynchronousProxyProcessor extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
ASYNCHRONOUS_NAME |
processingEnv| Constructor and Description |
|---|
AsynchronousProxyProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
List<TypeParameterElement> |
getTypeParameters(TypeElement typeElement) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic static final String ASYNCHRONOUS_NAME
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorpublic List<TypeParameterElement> getTypeParameters(TypeElement typeElement)
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorCopyright © 2019. All rights reserved.