Searched defs:getAnnotation (Results 1 - 25 of 56) sorted by relevance

123

/openjdk7/langtools/test/com/sun/javadoc/testMemberInheritence/pkg/
H A DBaseInterface.java32 public <A extends Annotation> A getAnnotation(Class<A> annotationClass); method in interface:BaseInterface
H A DSubClass.java30 public <C extends Annotation> C getAnnotation(Class<C> annotationClass) { method in class:SubClass
H A DBaseClass.java42 public <B extends Annotation> B getAnnotation(Class<B> annotationClass) { method in class:BaseClass
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DAnnotatedElement.java87 <T extends Annotation> T getAnnotation(Class<T> annotationClass); method in interface:AnnotatedElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSAnnotation.java47 Object getAnnotation(); method in interface:XSAnnotation
50 * Sets the value to be returned by {@link #getAnnotation()}.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSAttributeGroupDefinition.java42 public XSAnnotation getAnnotation(); method in interface:XSAttributeGroupDefinition
H A DXSFacet.java48 public XSAnnotation getAnnotation(); method in interface:XSFacet
H A DXSModelGroup.java60 public XSAnnotation getAnnotation(); method in interface:XSModelGroup
H A DXSModelGroupDefinition.java36 public XSAnnotation getAnnotation(); method in interface:XSModelGroupDefinition
H A DXSNotationDeclaration.java43 public XSAnnotation getAnnotation(); method in interface:XSNotationDeclaration
H A DXSAttributeDeclaration.java105 public XSAnnotation getAnnotation(); method in interface:XSAttributeDeclaration
H A DXSWildcard.java84 public XSAnnotation getAnnotation(); method in interface:XSWildcard
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DQuick.java51 protected abstract Annotation getAnnotation(); method in class:Quick
68 return getAnnotation().toString();
H A DXmlElementRefsQuick.java44 protected Annotation getAnnotation() { method in class:XmlElementRefsQuick
H A DXmlEnumQuick.java43 protected Annotation getAnnotation() { method in class:XmlEnumQuick
H A DXmlRootElementQuick.java43 protected Annotation getAnnotation() { method in class:XmlRootElementQuick
H A DXmlTransientQuick.java43 protected Annotation getAnnotation() { method in class:XmlTransientQuick
H A DXmlValueQuick.java43 protected Annotation getAnnotation() { method in class:XmlValueQuick
H A DXmlAttributeQuick.java43 protected Annotation getAnnotation() { method in class:XmlAttributeQuick
H A DXmlElementDeclQuick.java43 protected Annotation getAnnotation() { method in class:XmlElementDeclQuick
H A DXmlElementQuick.java43 protected Annotation getAnnotation() { method in class:XmlElementQuick
H A DXmlElementRefQuick.java43 protected Annotation getAnnotation() { method in class:XmlElementRefQuick
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDDefine.java66 public DAnnotation getAnnotation() { method in class:DDefine
/openjdk7/langtools/src/share/classes/com/sun/mirror/declaration/
H A DDeclaration.java123 <A extends Annotation> A getAnnotation(Class<A> annotationType); method in interface:Declaration
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DClassDeclarationImpl.java58 public <A extends Annotation> A getAnnotation(Class<A> annoType) { method in class:ClassDeclarationImpl
65 A result = getAnnotation(annoType, t.tsym);

Completed in 1240 milliseconds

123