Home
last modified time | relevance | path

Searched refs:RequiresOptInSampleAnnotationJava (Results 1 – 2 of 2) sorted by relevance

/lint-checks/integration-tests/src/main/java/androidx/sample/consumer/
DOutsideGroupExperimentalAnnotatedClass.kt24 import sample.annotation.provider.RequiresOptInSampleAnnotationJava
40 @RequiresOptInSampleAnnotationJava
45 @kotlin.OptIn(RequiresOptInSampleAnnotationJava::class)
51 RequiresOptInSampleAnnotationJava::class,
59 RequiresOptInSampleAnnotationJava::class,
/lint-checks/integration-tests/src/main/java/sample/annotation/provider/
DRequiresOptInSampleAnnotationJava.java30 public @interface RequiresOptInSampleAnnotationJava {} annotation