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

/openjdk10/jdk/test/java/lang/reflect/annotationSharing/
H A DAnnotationSharing.java30 * @run testng AnnotationSharing
38 public class AnnotationSharing { class
41 Method[] m1 = AnnotationSharing.class.getMethods();
42 Method[] m2 = AnnotationSharing.class.getMethods();
48 Method[] m3 = AnnotationSharing.class.getDeclaredMethods();
49 Method[] m4 = AnnotationSharing.class.getDeclaredMethods();
55 Field[] f1 = AnnotationSharing.class.getFields();
56 Field[] f2 = AnnotationSharing.class.getFields();
62 Field[] f3 = AnnotationSharing.class.getDeclaredFields();
63 Field[] f4 = AnnotationSharing
[all...]

Completed in 33 milliseconds