Searched refs:Anno3 (Results 1 – 4 of 4) sorted by relevance
9 === pkg/Anno3.java ===11 public @interface Anno3 {}21 @Anno3
5 public @interface Anno3 { annotation
13 @Anno() @Anno2() @Anno3()
67 Anno3 a = null; in testAnnotation4()69 if (all[i] instanceof Anno3) in testAnnotation4()70 a = (Anno3)all[i]; in testAnnotation4()