Searched defs:InnerAnnotation (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ksp/test-utils/testData/api/ | ||
H A D | getAnnotationByTypeWithInnerDefault.kt | 29 annotation class InnerAnnotation( class in com.google.devtools.ksp.processor.KotlinAnnotationWithInnerDefaults |
H A D | annotatedUtil.kt | 91 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 D | GetAnnotationByTypeProcessor.kt | 12 annotation class InnerAnnotation( class in com.google.devtools.ksp.processor.KotlinAnnotationWithInnerDefaults |
H A D | AnnotatedUtilProcessor.kt | 137 annotation class InnerAnnotation(val value: String = "default") class |
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ | ||
H A D | KeyFactoryTest.java | 175 @interface InnerAnnotation { annotation in KeyFactoryTest |
/aosp_15_r20/external/auto/common/src/test/java/com/google/auto/common/ | ||
H A D | MoreElementsTest.java | 189 private @interface InnerAnnotation {} annotation in MoreElementsTest |