Searched defs:getAnnotation (Results 26 - 50 of 85) sorted by relevance

1234

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java179 public <A extends Annotation> A getAnnotation(Class<A> annoType) { method in class:AnnoConstruct
/openjdk10/langtools/test/jdk/javadoc/doclet/testMemberInheritence/pkg/
H A DBaseClass.java42 public <B extends Annotation> B getAnnotation(Class<B> annotationClass) { method in class:BaseClass
/openjdk10/langtools/test/tools/javac/processing/model/util/
H A DTestIntersectionTypeVisitors.java70 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { method in class:TestIntersectionTypeVisitors.TestIntersectionType
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DAnnotationElementValueGen.java86 public AnnotationEntryGen getAnnotation() method in class:AnnotationElementValueGen
H A DAnnotationEntryGen.java90 public AnnotationEntry getAnnotation() { method in class:AnnotationEntryGen
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/
H A DXSWildcard.java85 public XSAnnotation getAnnotation(); method in interface:XSWildcard
H A DXSAttributeDeclaration.java122 public XSAnnotation getAnnotation(); method in interface:XSAttributeDeclaration
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DXmlElementDeclQuick.java48 protected Annotation getAnnotation() { method in class:XmlElementDeclQuick
H A DXmlElementQuick.java48 protected Annotation getAnnotation() { method in class:XmlElementQuick
H A DXmlElementRefQuick.java48 protected Annotation getAnnotation() { method in class:XmlElementRefQuick
H A DXmlAttributeQuick.java48 protected Annotation getAnnotation() { method in class:XmlAttributeQuick
H A DXmlSchemaQuick.java50 protected Annotation getAnnotation() { method in class:XmlSchemaQuick
H A DXmlTypeQuick.java48 protected Annotation getAnnotation() { method in class:XmlTypeQuick
H A DXmlSchemaTypeQuick.java48 protected Annotation getAnnotation() { method in class:XmlSchemaTypeQuick
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/digested/
H A DDPattern.java79 public DAnnotation getAnnotation() { method in class:DPattern
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/databinding/
H A DMetadataReader.java43 public <A extends Annotation> A getAnnotation(final Class<A> annType, final Method m); method in interface:MetadataReader
45 public <A extends Annotation> A getAnnotation(final Class<A> annType, final Class<?> cls); method in interface:MetadataReader
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/
H A DReflectAnnotationReader.java55 public <A extends Annotation> A getAnnotation(final Class<A> annType, final Method m) { method in class:ReflectAnnotationReader
63 public <A extends Annotation> A getAnnotation(final Class<A> annType, final Class<?> cls) { method in class:ReflectAnnotationReader
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DOverviewElement.java93 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { method in class:OverviewElement
/openjdk10/langtools/src/java.compiler/share/classes/javax/lang/model/element/
H A DElement.java251 <A extends Annotation> A getAnnotation(Class<A> annotationType); method in interface:Element
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotResolvedJavaFieldImpl.java173 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { method in class:HotSpotResolvedJavaFieldImpl
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSNotationDecl.java99 public XSAnnotation getAnnotation() { method in class:XSNotationDecl
H A DXSGroupDecl.java89 public XSAnnotation getAnnotation() { method in class:XSGroupDecl
H A DXSModelGroupImpl.java228 public XSAnnotation getAnnotation() { method in class:XSModelGroupImpl
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/
H A DXSComponent.java46 XSAnnotation getAnnotation(); method in interface:XSComponent
60 XSAnnotation getAnnotation(boolean createIfNotExist); method in interface:XSComponent
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DAnnotationImpl.java35 public Object getAnnotation() { return annotation; } method in class:AnnotationImpl

Completed in 144 milliseconds

1234