Searched refs:AT4 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DGetAnno.java71 @interface AT4 { interface in class:GetAnno
96 @Test(result="@GetAnno$AT4(bs=[true, false], " +
101 @AT4(bs={true, false},
106 public AT4 getAnnotationArrayValues() {
108 return m.getAnnotation(AT4.class);
H A DAnnoMirror.java81 "@AT4({2, 3, 4})"})
97 @AT4({2,3,4})
122 @interface AT4 { interface

Completed in 37 milliseconds