Package com.faendir.kotlin.autodsl.kapt
Interface Annotated
-
- All Implemented Interfaces:
public interface Annotated
-
-
Method Summary
Modifier and Type Method Description abstract <T extends Annotation> TgetAnnotation(KClass<T> annotation)-
-
Method Detail
-
getAnnotation
abstract <T extends Annotation> T getAnnotation(KClass<T> annotation)
-
-
-
-