get

operator fun <T> KSAnnotation.get(annoProp: KProperty1<out Annotation, T>): T?
operator fun <T> KSAnnotation.get(name: String): T?