ActionDefinition

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ActionDefinition(val displayName: String, val defaultLimit: Int, val scopes: Array<Scope> = [])

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard