getAnnotationValue

abstract fun getAnnotationValue(property: String, annotation: @UnsafeVariance A): Any?(source)

Get property value of specified annotation instance with property name.

Return

property value, or null

Parameters

property

property name

annotation

annotation instance