Home
last modified time | relevance | path

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

/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DXAnnotationsToStableStringTest.java48 @interface SingleValueWithCustomNameAnnotation { annotation in XAnnotationsToStableStringTest
94 @SingleValueWithCustomNameAnnotation(classValue = Foo.class)
180 typeElement.getAnnotation(ClassName.get(SingleValueWithCustomNameAnnotation.class)); in singleValueWithCustomNameAnnotationTest()