Searched defs:getAnnotation (Results 51 - 75 of 85) sorted by relevance

1234

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/
H A DXSElementDeclaration.java190 public XSAnnotation getAnnotation(); method in interface:XSElementDeclaration
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/generics/reflectiveObjects/
H A DTypeVariableImpl.java183 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:TypeVariableImpl
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DComponentImpl.java73 public final XSAnnotation getAnnotation() { return annotation; } method in class:ComponentImpl
75 public XSAnnotation getAnnotation(boolean createIfNotExist) { method in class:ComponentImpl
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DParameter.java285 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:Parameter
H A DAccessibleObject.java503 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:AccessibleObject
H A DExecutable.java571 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:Executable
H A DField.java1135 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:Field
H A DConstructor.java570 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:Constructor
H A DMethod.java692 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:Method
/openjdk10/jdk/test/java/lang/reflect/AnnotatedElement/
H A DTestAnnotatedElementDefaults.java273 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:AnnotatedElementDelegate
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DResolvedJavaMethod.java276 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:ResolvedJavaMethod.Parameter
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotResolvedPrimitiveType.java212 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:HotSpotResolvedPrimitiveType
H A DHotSpotResolvedObjectTypeImpl.java792 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:HotSpotResolvedObjectTypeImpl
H A DHotSpotResolvedJavaMethodImpl.java519 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:HotSpotResolvedJavaMethodImpl
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java581 public XSAnnotation getAnnotation() { method in class:XSWildcardDecl
H A DXSAttributeGroupDecl.java380 public XSAnnotation getAnnotation() { method in class:XSAttributeGroupDecl
H A DXSAttributeDecl.java172 public XSAnnotation getAnnotation() { method in class:XSAttributeDecl
H A DXSElementDecl.java348 public XSAnnotation getAnnotation() { method in class:XSElementDecl
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java827 public static String getAnnotation(Node node) { method in class:DOMUtil
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DElementImpl.java254 public String getAnnotation() { method in class:ElementImpl
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotatedTypeFactory.java150 public final <T extends Annotation> T getAnnotation(Class<T> annotation) { method in class:AnnotatedTypeFactory.AnnotatedTypeBaseImpl
H A DTypeAnnotation.java62 public Annotation getAnnotation() { method in class:TypeAnnotation
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/
H A DExternalMetadataReader.java128 public <A extends Annotation> A getAnnotation(Class<A> annType, Class<?> cls) { method in class:ExternalMetadataReader
176 public <A extends Annotation> A getAnnotation(final Class<A> annType, final Method m) { method in class:ExternalMetadataReader
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DPackage.java440 public <A extends Annotation> A getAnnotation(Class<A> annotationClass) { method in class:Package
/openjdk10/langtools/test/tools/javac/processing/model/element/repeatingAnnotations/
H A DElementRepAnnoTester.java81 getAnnotation, enum constant in enum:ElementRepAnnoTester.TestMethod
[all...]

Completed in 384 milliseconds

1234