InternalDangerousApi

@RequiresOptIn(message = "Using this API can cause unexpected bugs if not used very carefully, try to use other building blocks whenever possible. No backward-compatibility is guaranteed and it may change or be removed in future versions of variist without prior notice.")
annotation class InternalDangerousApi(source)

Functions

Link copied to clipboard
inline fun <T : Any> Annotation.getPropertyValue(propertyName: String): T
fun <T : Any> Annotation.getPropertyValue(propertyName: String, type: KClass<T>): T

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