Searched refs:getAnnotationsByType (Results 1 - 25 of 64) sorted by relevance

123

/openjdk10/langtools/test/tools/javac/processing/model/element/repeatingAnnotations/
H A DRepeatableBasicTest.java40 getAnnotationsByType = {
57 getAnnotationsByType = {"@BarContainer(value={@Bar(value=1), @Bar(value=2)})"})
65 getAnnotationsByType = {
82 getAnnotationsByType = {"@BarContainer(value={@Bar(value=1), @Bar(value=2)})"})
90 getAnnotationsByType = {
107 getAnnotationsByType = {"@BarContainer(value={@Bar(value=1), @Bar(value=2)})"})
H A DRepeatableInheritedTest.java44 getAnnotationsByType = {
61 getAnnotationsByType = {"@BarInheritedContainer("
H A DSingularInheritedBTest.java43 getAnnotationsByType = {"@FooInherited(value=2)"},
57 getAnnotationsByType = {})
H A DMixRepeatableAndOfficialContainerBasicTest.java41 getAnnotationsByType = {
61 getAnnotationsByType = {"@BarContainer(value={@Bar(value=1), @Bar(value=2)})"})
69 getAnnotationsByType = {
89 getAnnotationsByType = {"@BarContainer(value={@Bar(value=1), @Bar(value=2)})"})
97 getAnnotationsByType = {
117 getAnnotationsByType = {"@BarContainer(value={@Bar(value=1), @Bar(value=2)})"})
H A DMixSingularAndUnofficialContainerBasicTest.java40 getAnnotationsByType = {"@Foo(value=0)"},
57 getAnnotationsByType = {"@UnofficialContainer("
66 getAnnotationsByType = {"@Foo(value=0)"},
83 getAnnotationsByType = {"@UnofficialContainer("
92 getAnnotationsByType = {"@Foo(value=0)"},
109 getAnnotationsByType = {"@UnofficialContainer("
H A DRepeatableOfficialContainerBasicTest.java40 getAnnotationsByType = {},
54 getAnnotationsByType = {
64 getAnnotationsByType = {},
78 getAnnotationsByType = {
88 getAnnotationsByType = {},
102 getAnnotationsByType = {
H A DOfficialContainerBasicTest.java40 getAnnotationsByType = {
57 getAnnotationsByType = {"@BarContainer(value={@Bar(value=1), @Bar(value=2)})"})
64 getAnnotationsByType = {
81 getAnnotationsByType = {"@BarContainer(value={@Bar(value=1), @Bar(value=2)})"})
88 getAnnotationsByType = {
105 getAnnotationsByType = {"@BarContainer(value={@Bar(value=1), @Bar(value=2)})"})
H A DUnofficialContainerBasicTest.java40 getAnnotationsByType = {},
54 getAnnotationsByType = {"@UnofficialContainer(value={@Foo(value=1), @Foo(value=2)})"})
61 getAnnotationsByType = {},
75 getAnnotationsByType = {"@UnofficialContainer(value={@Foo(value=1), @Foo(value=2)})"})
82 getAnnotationsByType = {},
96 getAnnotationsByType = {"@UnofficialContainer(value={@Foo(value=1), @Foo(value=2)})"})
H A DSingularBasicTest.java40 getAnnotationsByType = {"@Foo(value=0)"},
58 getAnnotationsByType = {"@Foo(value=0)"},
76 getAnnotationsByType = {"@Foo(value=0)"},
H A DSingularInheritedATest.java43 getAnnotationsByType = {"@FooInherited(value=0)"},
H A DMixRepeatableAndOfficialContainerInheritedB2Test.java45 getAnnotationsByType = {"@BarInherited(value=0)"},
61 getAnnotationsByType = {"@BarInheritedContainer("
H A DMixRepeatableAndOfficialContainerInheritedA1Test.java44 getAnnotationsByType = {
63 getAnnotationsByType = {"@BarInheritedContainer("
H A DMixRepeatableAndOfficialContainerInheritedB1Test.java44 getAnnotationsByType = {"@BarInherited(value=0)"},
60 getAnnotationsByType = {"@BarInheritedContainer("
H A DMixSingularAndUnofficialContainerInheritedA2Test.java44 getAnnotationsByType = {"@FooInherited(value=3)"},
61 getAnnotationsByType = {"@UnofficialInheritedContainer("
H A DMixRepeatableAndOfficialContainerInheritedA2Test.java44 getAnnotationsByType = {
65 getAnnotationsByType = {"@BarInheritedContainer("
H A DMixSingularAndUnofficialContainerInheritedA1Test.java44 getAnnotationsByType = {"@FooInherited(value=0)"},
60 getAnnotationsByType = {"@UnofficialInheritedContainer("
H A DRepeatableOverrideATest.java44 getAnnotationsByType = {"@BarInherited(value=3)"},
60 getAnnotationsByType = {"@BarInheritedContainer("
H A DRepeatableOfficialContainerInheritedTest.java45 getAnnotationsByType = {
65 getAnnotationsByType = {"@BarInheritedContainerContainer("
H A DMixSingularAndUnofficialContainerInheritedB2Test.java45 getAnnotationsByType = {"@FooInherited(value=0)"},
61 getAnnotationsByType = {"@UnofficialInheritedContainer("
H A DMixSingularAndUnofficialContainerInheritedB1Test.java44 getAnnotationsByType = {"@FooInherited(value=0)"},
60 getAnnotationsByType = {"@UnofficialInheritedContainer("
H A DOfficialContainerInheritedTest.java43 getAnnotationsByType = {
60 getAnnotationsByType = {"@BarInheritedContainer("
H A DRepeatableOverrideBTest.java43 getAnnotationsByType = {
62 getAnnotationsByType = {"@BarInheritedContainer("
H A DUnofficialContainerInheritedTest.java44 getAnnotationsByType = {},
58 getAnnotationsByType = {"@UnofficialInheritedContainer("
/openjdk10/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DRepeatingWithSecurityManager.java47 Asserts.assertTrue(TwoAnnotations.class.getAnnotationsByType(MyAnnotation.class).length == 2,
49 Arrays.toString(TwoAnnotations.class.getAnnotationsByType(MyAnnotation.class)));
/openjdk10/langtools/test/tools/javac/processing/model/element/repeatingAnnotations/supportingAnnotations/
H A DExpectedBase.java35 String[] getAnnotationsByType() default {};

Completed in 174 milliseconds

123