Introduce SubclassOptInRequired annotation (see KT-41886)

This commit is contained in:
Mikhail Glukhikh
2022-07-12 13:30:06 +02:00
committed by teamcity
parent bd085495bd
commit 3f96626b40
5 changed files with 48 additions and 0 deletions
@@ -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;
}