Home
last modified time | relevance | path

Searched defs:InnerAnnotation (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DgetAnnotationByTypeWithInnerDefault.kt29 annotation class InnerAnnotation( class in com.google.devtools.ksp.processor.KotlinAnnotationWithInnerDefaults
H A DannotatedUtil.kt91 annotation class InnerAnnotation(val value: String = "default") class
/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
H A DGetAnnotationByTypeProcessor.kt12 annotation class InnerAnnotation( class in com.google.devtools.ksp.processor.KotlinAnnotationWithInnerDefaults
H A DAnnotatedUtilProcessor.kt137 annotation class InnerAnnotation(val value: String = "default") class
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DKeyFactoryTest.java175 @interface InnerAnnotation { annotation in KeyFactoryTest
/aosp_15_r20/external/auto/common/src/test/java/com/google/auto/common/
H A DMoreElementsTest.java189 private @interface InnerAnnotation {} annotation in MoreElementsTest