Home
last modified time | relevance | path

Searched refs:getDeclaredAnnotations (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java97 Annotation[] declaredAnnotatiosA = A.class.getDeclaredAnnotations(); in main()
99 Annotation[] declaredAnnotatiosB = B.class.getDeclaredAnnotations(); in main()
101 Annotation[] declaredAnnotatiosC = C.class.getDeclaredAnnotations(); in main()
128 ? declaringClass.getDeclaredAnnotations() in annotationsEqualButNotSame()
150 ? declaringClass.getDeclaredAnnotations() in annotationsEqual()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java97 Annotation[] declaredAnnotatiosA = A.class.getDeclaredAnnotations(); in main()
99 Annotation[] declaredAnnotatiosB = B.class.getDeclaredAnnotations(); in main()
101 Annotation[] declaredAnnotatiosC = C.class.getDeclaredAnnotations(); in main()
128 ? declaringClass.getDeclaredAnnotations() in annotationsEqualButNotSame()
150 ? declaringClass.getDeclaredAnnotations() in annotationsEqual()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java97 Annotation[] declaredAnnotatiosA = A.class.getDeclaredAnnotations(); in main()
99 Annotation[] declaredAnnotatiosB = B.class.getDeclaredAnnotations(); in main()
101 Annotation[] declaredAnnotatiosC = C.class.getDeclaredAnnotations(); in main()
128 ? declaringClass.getDeclaredAnnotations() in annotationsEqualButNotSame()
150 ? declaringClass.getDeclaredAnnotations() in annotationsEqual()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java97 Annotation[] declaredAnnotatiosA = A.class.getDeclaredAnnotations(); in main()
99 Annotation[] declaredAnnotatiosB = B.class.getDeclaredAnnotations(); in main()
101 Annotation[] declaredAnnotatiosC = C.class.getDeclaredAnnotations(); in main()
128 ? declaringClass.getDeclaredAnnotations() in annotationsEqualButNotSame()
150 ? declaringClass.getDeclaredAnnotations() in annotationsEqual()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java97 Annotation[] declaredAnnotatiosA = A.class.getDeclaredAnnotations(); in main()
99 Annotation[] declaredAnnotatiosB = B.class.getDeclaredAnnotations(); in main()
101 Annotation[] declaredAnnotatiosC = C.class.getDeclaredAnnotations(); in main()
128 ? declaringClass.getDeclaredAnnotations() in annotationsEqualButNotSame()
150 ? declaringClass.getDeclaredAnnotations() in annotationsEqual()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java97 Annotation[] declaredAnnotatiosA = A.class.getDeclaredAnnotations();
99 Annotation[] declaredAnnotatiosB = B.class.getDeclaredAnnotations();
101 Annotation[] declaredAnnotatiosC = C.class.getDeclaredAnnotations();
128 ? declaringClass.getDeclaredAnnotations()
150 ? declaringClass.getDeclaredAnnotations()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java97 Annotation[] declaredAnnotatiosA = A.class.getDeclaredAnnotations(); in main()
99 Annotation[] declaredAnnotatiosB = B.class.getDeclaredAnnotations(); in main()
101 Annotation[] declaredAnnotatiosC = C.class.getDeclaredAnnotations(); in main()
128 ? declaringClass.getDeclaredAnnotations() in annotationsEqualButNotSame()
150 ? declaringClass.getDeclaredAnnotations() in annotationsEqual()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java97 Annotation[] declaredAnnotatiosA = A.class.getDeclaredAnnotations(); in main()
99 Annotation[] declaredAnnotatiosB = B.class.getDeclaredAnnotations(); in main()
101 Annotation[] declaredAnnotatiosC = C.class.getDeclaredAnnotations(); in main()
128 ? declaringClass.getDeclaredAnnotations() in annotationsEqualButNotSame()
150 ? declaringClass.getDeclaredAnnotations() in annotationsEqual()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java95 Annotation[] declaredAnnotatiosA = A.class.getDeclaredAnnotations(); in main()
97 Annotation[] declaredAnnotatiosB = B.class.getDeclaredAnnotations(); in main()
99 Annotation[] declaredAnnotatiosC = C.class.getDeclaredAnnotations(); in main()
126 ? declaringClass.getDeclaredAnnotations() in annotationsEqualButNotSame()
148 ? declaringClass.getDeclaredAnnotations() in annotationsEqual()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java95 Annotation[] declaredAnnotatiosA = A.class.getDeclaredAnnotations(); in main()
97 Annotation[] declaredAnnotatiosB = B.class.getDeclaredAnnotations(); in main()
99 Annotation[] declaredAnnotatiosC = C.class.getDeclaredAnnotations(); in main()
126 ? declaringClass.getDeclaredAnnotations() in annotationsEqualButNotSame()
148 ? declaringClass.getDeclaredAnnotations() in annotationsEqual()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/reflect/
H A DAnnotatedElement.java387 for (Annotation annotation : getDeclaredAnnotations()) { in getDeclaredAnnotation()
444 getDirectlyAndIndirectlyPresent(Arrays.stream(getDeclaredAnnotations()). in getDeclaredAnnotationsByType()
465 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/reflect/
H A DAnnotatedElement.java371 for (Annotation annotation : getDeclaredAnnotations()) { in getDeclaredAnnotation()
428 getDirectlyAndIndirectlyPresent(Arrays.stream(getDeclaredAnnotations()). in getDeclaredAnnotationsByType()
449 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/reflect/
H A DAnnotatedElement.java387 for (Annotation annotation : getDeclaredAnnotations()) { in getDeclaredAnnotation()
444 getDirectlyAndIndirectlyPresent(Arrays.stream(getDeclaredAnnotations()). in getDeclaredAnnotationsByType()
465 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/reflect/
H A DAnnotatedElement.java405 for (Annotation annotation : getDeclaredAnnotations()) { in getDeclaredAnnotation()
462 getDirectlyAndIndirectlyPresent(Arrays.stream(getDeclaredAnnotations()). in getDeclaredAnnotationsByType()
483 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/reflect/
H A DAnnotatedElement.java405 for (Annotation annotation : getDeclaredAnnotations()) { in getDeclaredAnnotation()
462 getDirectlyAndIndirectlyPresent(Arrays.stream(getDeclaredAnnotations()). in getDeclaredAnnotationsByType()
483 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/reflect/
H A DAnnotatedElement.java387 for (Annotation annotation : getDeclaredAnnotations()) { in getDeclaredAnnotation()
444 getDirectlyAndIndirectlyPresent(Arrays.stream(getDeclaredAnnotations()). in getDeclaredAnnotationsByType()
465 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/reflect/
H A DAnnotatedElement.java387 for (Annotation annotation : getDeclaredAnnotations()) { in getDeclaredAnnotation()
444 getDirectlyAndIndirectlyPresent(Arrays.stream(getDeclaredAnnotations()). in getDeclaredAnnotationsByType()
465 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/reflect/
H A DAnnotatedElement.java405 for (Annotation annotation : getDeclaredAnnotations()) { in getDeclaredAnnotation()
462 getDirectlyAndIndirectlyPresent(Arrays.stream(getDeclaredAnnotations()). in getDeclaredAnnotationsByType()
483 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/reflect/
H A DAnnotatedElement.java387 for (Annotation annotation : getDeclaredAnnotations()) { in getDeclaredAnnotation()
444 getDirectlyAndIndirectlyPresent(Arrays.stream(getDeclaredAnnotations()). in getDeclaredAnnotationsByType()
465 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/reflect/
H A DAnnotatedElement.java371 for (Annotation annotation : getDeclaredAnnotations()) { in getDeclaredAnnotation()
428 getDirectlyAndIndirectlyPresent(Arrays.stream(getDeclaredAnnotations()). in getDeclaredAnnotationsByType()
449 Annotation[] getDeclaredAnnotations(); in getDeclaredAnnotations() method
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/lang/reflect/
H A DAccessibleObject.java195 return getDeclaredAnnotations(); in getAnnotations()
215 public Annotation[] getDeclaredAnnotations() in getDeclaredAnnotations() method in AccessibleObject
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/lang/reflect/
H A DAccessibleObject.java195 return getDeclaredAnnotations(); in getAnnotations()
215 public Annotation[] getDeclaredAnnotations() in getDeclaredAnnotations() method in AccessibleObject
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.util/src/org/graalvm/util/
H A DGuardedAnnotationAccess.java93 public static Annotation[] getDeclaredAnnotations(AnnotatedElement element) { in getDeclaredAnnotations() method in GuardedAnnotationAccess
95 return element.getDeclaredAnnotations(); in getDeclaredAnnotations()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/lang/reflect/
H A DAccessibleObject.java195 return getDeclaredAnnotations(); in getAnnotations()
215 public Annotation[] getDeclaredAnnotations() in getDeclaredAnnotations() method in AccessibleObject
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/lang/reflect/
H A DAccessibleObject.java195 return getDeclaredAnnotations(); in getAnnotations()
215 public Annotation[] getDeclaredAnnotations() in getDeclaredAnnotations() method in AccessibleObject

12345678910>>...23