Package com.faendir.kotlin.autodsl.kapt
Class Type
-
-
Constructor Summary
Constructors Constructor Description Type(TypeElement element)Type(TypeElement element, KmClass kmClass)
-
Method Summary
Modifier and Type Method Description <T extends Annotation> TgetAnnotation(KClass<T> annotation)-
-
Constructor Detail
-
Type
Type(TypeElement element)
-
Type
Type(TypeElement element, KmClass kmClass)
-
-
Method Detail
-
getAnnotation
<T extends Annotation> T getAnnotation(KClass<T> annotation)
-
-
-
-