Package com.faendir.kotlin.autodsl.kapt
Class Constructor
-
- All Implemented Interfaces:
-
com.faendir.kotlin.autodsl.kapt.Annotated
public final class Constructor implements Annotated
-
-
Constructor Summary
Constructors Constructor Description Constructor(ExecutableElement element, KmConstructor kmConstructor)
-
Method Summary
Modifier and Type Method Description <T extends Annotation> TgetAnnotation(KClass<T> annotation)-
-
Constructor Detail
-
Constructor
Constructor(ExecutableElement element, KmConstructor kmConstructor)
-
-
Method Detail
-
getAnnotation
<T extends Annotation> T getAnnotation(KClass<T> annotation)
-
-
-
-