Home
last modified time | relevance | path

Searched refs:RequiresOptIn (Results 1 – 25 of 31) sorted by relevance

12

/annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/kotlin/
DExperimentalJavaAnnotation.java19 import static kotlin.RequiresOptIn.Level.ERROR;
21 import kotlin.RequiresOptIn;
23 @RequiresOptIn(level = ERROR)
DExperimentalJavaAnnotation2.java19 import static kotlin.RequiresOptIn.Level.ERROR;
24 import kotlin.RequiresOptIn;
26 @RequiresOptIn(level = ERROR)
DExperimentalJavaAnnotationWrongRetention.java19 import static kotlin.RequiresOptIn.Level.ERROR;
24 import kotlin.RequiresOptIn;
26 @RequiresOptIn(level = ERROR)
DExperimentalKotlinAnnotationWrongRetention.kt20 @RequiresOptIn(level = RequiresOptIn.Level.ERROR)
DExperimentalKotlinAnnotation2.kt19 @RequiresOptIn(level = RequiresOptIn.Level.ERROR)
/annotation/annotation-experimental-lint/integration-tests/src/main/java/sample/optin/
DExperimentalJavaAnnotation.java19 import static androidx.annotation.RequiresOptIn.Level.ERROR;
21 import androidx.annotation.RequiresOptIn;
23 @RequiresOptIn(level = ERROR)
DExperimentalJavaAnnotationWithMessage.java19 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")
DExperimentalJavaAnnotation2.java19 import static androidx.annotation.RequiresOptIn.Level.ERROR;
21 import androidx.annotation.RequiresOptIn;
26 @RequiresOptIn(level = ERROR)
DExperimentalJavaAnnotationWrongRetention.java19 import static androidx.annotation.RequiresOptIn.Level.ERROR;
21 import androidx.annotation.RequiresOptIn;
26 @RequiresOptIn(level = ERROR)
DExperimentalKotlinAnnotationWrongRetention.kt20 @RequiresOptIn(level = RequiresOptIn.Level.ERROR)
DExperimentalKotlinAnnotation.kt19 @RequiresOptIn(level = RequiresOptIn.Level.ERROR)
/annotation/annotation-experimental/api/
D1.2.0-beta01.txt9 …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;
Drestricted_1.2.0-beta01.txt9 …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;
D1.2.0-beta02.txt9 …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;
Drestricted_1.2.0-beta02.txt9 …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;
D1.1.0-beta01.txt9 …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;
Drestricted_1.1.0-beta01.txt9 …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;
Drestricted_1.3.0-beta01.txt9 …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;
Drestricted_current.txt9 …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;
D1.3.0-beta01.txt9 …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;
Drestricted_1.5.0-beta01.txt9 …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;
D1.4.0-beta01.txt9 …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;
D1.5.0-beta01.txt9 …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;
Dcurrent.txt9 …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;
Drestricted_1.4.0-beta01.txt9 …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;

12