Searched refs:RequiresOptIn (Results 1 – 25 of 31) sorted by relevance
12
19 import static kotlin.RequiresOptIn.Level.ERROR;21 import kotlin.RequiresOptIn;23 @RequiresOptIn(level = ERROR)
19 import static kotlin.RequiresOptIn.Level.ERROR;24 import kotlin.RequiresOptIn;26 @RequiresOptIn(level = ERROR)
20 @RequiresOptIn(level = RequiresOptIn.Level.ERROR)
19 @RequiresOptIn(level = RequiresOptIn.Level.ERROR)
19 import static androidx.annotation.RequiresOptIn.Level.ERROR;21 import androidx.annotation.RequiresOptIn;23 @RequiresOptIn(level = ERROR)
19 import static androidx.annotation.RequiresOptIn.Level.ERROR;21 import androidx.annotation.RequiresOptIn;23 @RequiresOptIn(level = ERROR, message = "Don't use this API, it's experimental")
19 import static androidx.annotation.RequiresOptIn.Level.ERROR;21 import androidx.annotation.RequiresOptIn;26 @RequiresOptIn(level = ERROR)
9 …lowedTargets=kotlin.annotation.AnnotationTarget.ANNOTATION_CLASS) public @interface RequiresOptIn {10 …ethod public abstract androidx.annotation.RequiresOptIn.Level level() default androidx.annotation.…11 property public abstract androidx.annotation.RequiresOptIn.Level level;14 public enum RequiresOptIn.Level {15 enum_constant public static final androidx.annotation.RequiresOptIn.Level ERROR;16 enum_constant public static final androidx.annotation.RequiresOptIn.Level WARNING;
9 …notation.Target(allowedTargets=AnnotationTarget.ANNOTATION_CLASS) public @interface RequiresOptIn {10 method public abstract androidx.annotation.RequiresOptIn.Level level();11 property public abstract androidx.annotation.RequiresOptIn.Level level;14 public enum RequiresOptIn.Level {15 enum_constant public static final androidx.annotation.RequiresOptIn.Level ERROR;16 enum_constant public static final androidx.annotation.RequiresOptIn.Level WARNING;
9 …lowedTargets=kotlin.annotation.AnnotationTarget.ANNOTATION_CLASS) public @interface RequiresOptIn {10 …ethod public abstract androidx.annotation.RequiresOptIn.Level level() default androidx.annotation.…12 property public abstract androidx.annotation.RequiresOptIn.Level level;16 public enum RequiresOptIn.Level {17 enum_constant public static final androidx.annotation.RequiresOptIn.Level ERROR;18 enum_constant public static final androidx.annotation.RequiresOptIn.Level WARNING;