Uses of Interface
org.eclipse.jpt.jaxb.core.resource.java.Annotation

Packages that use Annotation
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.resource.java   
org.eclipse.jpt.jaxb.eclipselink.core.resource.java   
 

Uses of Annotation in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core that return Annotation
 Annotation AnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement element, java.lang.String annotationName)
          Build an annotation with the specified name.
 Annotation AnnotationProvider.buildAnnotation(JavaResourceAnnotatedElement parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build an annotation for the specified JDT annotation.
 Annotation AnnotationProvider.buildNullAnnotation(JavaResourceAnnotatedElement parent, java.lang.String annotationName)
          Build a null annotation with the specified name.
 

Uses of Annotation in org.eclipse.jpt.jaxb.core.resource.java
 

Subinterfaces of Annotation in org.eclipse.jpt.jaxb.core.resource.java
 interface JaxbContainmentAnnotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableAnnotation
          Interface for dealing with annotations that can be "nested" within other annotations, typically within arrays.
 interface XmlAccessorOrderAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlAccessorOrder Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAccessorTypeAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlAccessorType Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAnyAttributeAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlAnyAttribute Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAnyElementAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlAnyElement Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAttachmentRefAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlAttachmentRef Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAttributeAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlAttribute Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlElement Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementDeclAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlElementDecl Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementRefAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlElementRef Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementRefsAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlElementRefs Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementsAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlElement Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementWrapperAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlElementWrapper Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlEnumAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlEnum Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlEnumValueAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlEnumValue Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlIDAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlID Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlIDREFAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlIDREF Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlInlineBinaryDataAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlInlineBinaryData Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlJavaTypeAdapterAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlListAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlList Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlMimeTypeAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlMimeType Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlMixedAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlMixed Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlNsAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlNs Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlRegistryAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlRegistry Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlRootElementAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlRootElement Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlSchemaAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlSchema Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlSchemaTypeAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlSchemaType Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlSeeAlsoAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlSeeAlso Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlTransientAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlTransient Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlTypeAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlType Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlValueAnnotation
          Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlValue Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return Annotation
 Annotation JavaResourceAnnotatedElement.addAnnotation(java.lang.String annotationName)
          Add an annotation with the specified name.
 Annotation AnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, AnnotatedElement annotatedElement)
          Build and return an annotation for the specified annotated element.
 Annotation NestableAnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build and return an annotation for the specified JDT annotation on the specified annotated element.
 Annotation AnnotationDefinition.buildAnnotation(JavaResourceAnnotatedElement parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build and return an annotation for the specified JDT annotation on the specified annotated element.
 Annotation AnnotationDefinition.buildNullAnnotation(JavaResourceAnnotatedElement parent)
          Build and return a "null" annotation for the specified annotated element.
 Annotation JavaResourceAnnotatedElement.getAnnotation(java.lang.String annotationName)
          Return the annotation with the specified name.
 Annotation JavaResourceAnnotatedElement.getNonNullAnnotation(java.lang.String annotationName)
          Return the specified annotation.
 Annotation JavaResourceMember.setPrimaryAnnotation(java.lang.String primaryAnnotationName, java.lang.Iterable<java.lang.String> supportingAnnotationNames)
          Sets the specified primary annotation as the first annotation, and removes all known annotations (i.e.
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return types with arguments of type Annotation
 java.lang.Iterable<Annotation> JavaResourceAnnotatedElement.getAnnotations()
          Return the member's annotations in the order that they appear.
 

Uses of Annotation in org.eclipse.jpt.jaxb.eclipselink.core.resource.java
 

Subinterfaces of Annotation in org.eclipse.jpt.jaxb.eclipselink.core.resource.java
 interface XmlInverseReferenceAnnotation
           
 interface XmlTransformationAnnotation