Introduce SubclassOptInRequired annotation (see KT-41886)
This commit is contained in:
committed by
teamcity
parent
bd085495bd
commit
3f96626b40
+4
@@ -235,6 +235,10 @@ public abstract interface annotation class kotlin/SinceKotlin : java/lang/annota
|
||||
public abstract fun version ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public abstract interface annotation class kotlin/SubclassOptInRequired : java/lang/annotation/Annotation {
|
||||
public abstract fun markerClass ()Ljava/lang/Class;
|
||||
}
|
||||
|
||||
public abstract interface annotation class kotlin/Suppress : java/lang/annotation/Annotation {
|
||||
public abstract fun names ()[Ljava/lang/String;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user