Class DynamicProxyProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
dev.vankka.dynamicproxy.processor.DynamicProxyProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("dev.vankka.dynamicproxy.processor.Proxy")
public class DynamicProxyProcessor
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Set<? extends TypeElement> set, RoundEnvironment roundEnvironment) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Constructor Details
-
DynamicProxyProcessor
public DynamicProxyProcessor()
-
-
Method Details
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-