UseStrictEnums

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class UseStrictEnums(val value: Boolean = true)

Properties

Link copied to clipboard
val value: Boolean = true