Annotate new DslMarker annotation with SinceKotlin

This commit is contained in:
Ilya Gorbunov
2016-11-03 22:32:24 +03:00
parent 77e2b12566
commit 11bb10e7f7
+1
View File
@@ -125,4 +125,5 @@ public annotation class SinceKotlin(val version: String)
@Target(ANNOTATION_CLASS) @Target(ANNOTATION_CLASS)
@Retention(BINARY) @Retention(BINARY)
@MustBeDocumented @MustBeDocumented
@SinceKotlin("1.1")
public annotation class DslMarker public annotation class DslMarker