Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ClassCastsExcluded
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ClassCastsIncluded(    val typesRegex: String = "",     val excludeRegex: String = "",     val outputFilePrefix: String = "",     val levelsToInclude: Int = -1)