Class WebServiceClientAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
ru.tinkoff.kora.annotation.processor.common.AbstractKoraProcessor
ru.tinkoff.kora.soap.client.annotation.processor.WebServiceClientAnnotationProcessor
- All Implemented Interfaces:
Processor
public class WebServiceClientAnnotationProcessor
extends ru.tinkoff.kora.annotation.processor.common.AbstractKoraProcessor
-
Field Summary
Fields inherited from class ru.tinkoff.kora.annotation.processor.common.AbstractKoraProcessor
elements, messager, typesFields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment processingEnv) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class ru.tinkoff.kora.annotation.processor.common.AbstractKoraProcessor
getSupportedSourceVersionMethods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedOptions, isInitialized
-
Constructor Details
-
WebServiceClientAnnotationProcessor
public WebServiceClientAnnotationProcessor()
-
-
Method Details
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypesin interfaceProcessor- Overrides:
getSupportedAnnotationTypesin classAbstractProcessor
-
init
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-