-
- All Implemented Interfaces:
-
javax.annotation.processing.Processor
public final class KaptProcessor extends AbstractProcessor
-
-
Field Summary
Fields Modifier and Type Field Description private final ProcessingEnvironmentprocessingEnv
-
Constructor Summary
Constructors Constructor Description KaptProcessor()
-
Method Summary
Modifier and Type Method Description SourceVersiongetSupportedSourceVersion()Set<String>getSupportedAnnotationTypes()Booleanprocess(Set<out TypeElement> elements, RoundEnvironment roundEnvironment)-
-
Method Detail
-
getSupportedSourceVersion
SourceVersion getSupportedSourceVersion()
-
getSupportedAnnotationTypes
Set<String> getSupportedAnnotationTypes()
-
process
Boolean process(Set<out TypeElement> elements, RoundEnvironment roundEnvironment)
-
-
-
-