View

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class View(val module: String = "", val id: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard