Home
last modified time | relevance | path

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

/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/processor/
H A DPropertyAnnotationsTest.java83 OtherAnnotation testAnnotation() default @OtherAnnotation(foo = 23, bar = "baz"); in testAnnotation() field
86 public @interface OtherAnnotation { annotation in PropertyAnnotationsTest