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

/openjdk10/jdk/test/java/lang/annotation/
H A DTestConstructorParameterAnnotations.java89 clazz.getAnnotation(ExpectedGetParameterAnnotations.class).value();
124 @ExpectedGetParameterAnnotations("[[]]")
130 @ExpectedGetParameterAnnotations(
140 @ExpectedGetParameterAnnotations(
153 @ExpectedGetParameterAnnotations(
166 @ExpectedGetParameterAnnotations(
179 @ExpectedGetParameterAnnotations("[]")
185 @ExpectedGetParameterAnnotations(
193 @ExpectedGetParameterAnnotations(
204 @ExpectedGetParameterAnnotations(
238 @interface ExpectedGetParameterAnnotations { interface in class:TestConstructorParameterAnnotations
[all...]
/openjdk10/jdk/test/java/lang/annotation/typeAnnotations/
H A DTestConstructorParameterTypeAnnotations.java87 clazz.getAnnotation(ExpectedGetParameterAnnotations.class).value();
122 @ExpectedGetParameterAnnotations("[[]]")
128 @ExpectedGetParameterAnnotations("[[], []]")
136 @ExpectedGetParameterAnnotations("[[], [], []]")
146 @ExpectedGetParameterAnnotations("[[], [], []]")
156 @ExpectedGetParameterAnnotations("[[], [], []]")
166 @ExpectedGetParameterAnnotations("[]")
172 @ExpectedGetParameterAnnotations("[[]]")
179 @ExpectedGetParameterAnnotations("[[], []]")
188 @ExpectedGetParameterAnnotations("[[], []]")
218 @interface ExpectedGetParameterAnnotations { interface in class:TestConstructorParameterTypeAnnotations
[all...]

Completed in 41 milliseconds