blob: 2f157bade22a422cbcd8b2f70873ceb8f8af93d3 [file] [log] [blame]
// Anno
// FULL_JDK
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.TYPE)
@MustBeDocumented
@Repeatable
annotation class Anno(val i: Int)