Make ExperimentalTime annotation documented

This commit is contained in:
Ilya Gorbunov
2019-08-22 20:14:17 +03:00
parent 2c79b1f89e
commit 7ff01b02a9
@@ -19,6 +19,7 @@ import kotlin.annotation.AnnotationTarget.*
* or by using the compiler argument `-Xuse-experimental=kotlin.time.ExperimentalTime`. * or by using the compiler argument `-Xuse-experimental=kotlin.time.ExperimentalTime`.
*/ */
@Experimental(level = Experimental.Level.ERROR) @Experimental(level = Experimental.Level.ERROR)
@MustBeDocumented
@Retention(AnnotationRetention.BINARY) @Retention(AnnotationRetention.BINARY)
@Target( @Target(
CLASS, CLASS,