ArgsSourceLike

annotation class ArgsSourceLike(source)

Marker annotation for annotations which act as ArgsSource, i.e. provide a methodName: String property which is used to retrieve ArgsGenerator or Arguments (or raw values).

Since

2.0.0

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