Uses of Interface
com.sun.xml.bind.v2.model.annotation.AnnotationSource

Packages that use AnnotationSource
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

Uses of AnnotationSource in com.sun.xml.bind.v2.model.impl
 

Subinterfaces of AnnotationSource in com.sun.xml.bind.v2.model.impl
(package private)  interface PropertySeed<T,C,F,M>
          Exposes the core information that forms a PropertyInfo.
 

Classes in com.sun.xml.bind.v2.model.impl that implement AnnotationSource
protected  class ElementInfoImpl.PropertyImpl
          Singleton instance of ElementPropertyInfo for this element.
(package private)  class FieldPropertySeed<TypeT,ClassDeclT,FieldT,MethodT>
          PropertyInfo implementation backed by a field.
(package private)  class GetterSetterPropertySeed<TypeT,ClassDeclT,FieldT,MethodT>
          PropertyInfo implementation backed by a getter and a setter.
(package private) static class RuntimeClassInfoImpl.RuntimePropertySeed
           
(package private)  class RuntimeElementInfoImpl.RuntimePropertyImpl
           
 

Methods in com.sun.xml.bind.v2.model.impl with parameters of type AnnotationSource
(package private) static javax.activation.MimeType Util.calcExpectedMediaType(AnnotationSource primarySource, ModelBuilder builder)
           
(package private) static
<T,C,F,M> javax.xml.namespace.QName
Util.calcSchemaType(AnnotationReader<T,C,F,M> reader, AnnotationSource primarySource, C enclosingClass, T individualType, Locatable src)