getPropertyValue

inline fun <T : Any> Annotation.getPropertyValue(propertyName: String): T(source)
fun <T : Any> Annotation.getPropertyValue(propertyName: String, type: KClass<T>): T(source)

!! No backward compatibility guarantees !! Reuse at your own risk

Since

2.0.0