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`.
|
||||
*/
|
||||
@Experimental(level = Experimental.Level.ERROR)
|
||||
@MustBeDocumented
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
@Target(
|
||||
CLASS,
|
||||
|
||||
Reference in New Issue
Block a user