Package com.faendir.kotlin.autodsl.kapt
Class KaptProcessor
-
- All Implemented Interfaces:
-
javax.annotation.processing.Processor
public final class KaptProcessor extends AbstractProcessor
-
-
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)
-
-
-
-