Dependency

@Target(allowedTargets = [])
annotation class Dependency(val tag: Int, val schema: KClass<*>)

Properties

Link copied to clipboard
val schema: KClass<*>
Link copied to clipboard
val tag: Int