Standard annotations: must be documented

This commit is contained in:
Mikhail Glukhikh
2015-08-05 13:50:33 +03:00
parent 5b31560808
commit bd3b5690a2
8 changed files with 26 additions and 26 deletions
@@ -35,4 +35,4 @@ package kotlin.jvm
* MyList<Int?>().add(null) // Ok
*/
target(AnnotationTarget.CLASSIFIER)
public annotation(retention = AnnotationRetention.RUNTIME) class PurelyImplements(public val value: String)
public annotation(retention = AnnotationRetention.RUNTIME, mustBeDocumented = true) class PurelyImplements(public val value: String)