Alias

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Alias(val values: String)

Provides alias for the annotated rule

The aliases are commonly used for suppress the rule with different names

Properties

Link copied to clipboard
val values: Array<out String>

the aliases of the annotated rule