Java annotation with target "TYPE" is now applicable to Kotlin targets "CLASSIFIER" and "FILE"
This commit is contained in:
@@ -39,7 +39,7 @@ public open class AnnotationTargets {
|
||||
public constructor parameter()
|
||||
}
|
||||
|
||||
kotlin.annotation.target(allowedTargets = {AnnotationTarget.CLASSIFIER}) public final class type : kotlin.Annotation {
|
||||
kotlin.annotation.target(allowedTargets = {AnnotationTarget.CLASSIFIER, AnnotationTarget.FILE}) public final class type : kotlin.Annotation {
|
||||
public constructor type()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user