-
- 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)
-
-
-
-