Make ExperimentalTime annotation documented
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user