Home
last modified time | relevance | path

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

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