StubFor

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class StubFor(value: KClass<*>)

Properties

value
Link copied to clipboard
val value: KClass<*>

Sources

jvm source
Link copied to clipboard