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

/openjdk10/jdk/test/java/lang/annotation/
H A DTestConstructorParameterAnnotations.java28 * @compile TestConstructorParameterAnnotations.java
29 * @run main TestConstructorParameterAnnotations
30 * @compile -parameters TestConstructorParameterAnnotations.java
31 * @run main TestConstructorParameterAnnotations
57 public class TestConstructorParameterAnnotations { class
132 "[@TestConstructorParameterAnnotations$MarkerAnnotation(value=1)]]")
135 "@TestConstructorParameterAnnotations$MarkerAnnotation(value=1)"})
142 "[@TestConstructorParameterAnnotations$MarkerAnnotation(value=2)], " +
146 "@TestConstructorParameterAnnotations$MarkerAnnotation(value=2)",
155 "[@TestConstructorParameterAnnotations
[all...]

Completed in 39 milliseconds