Searched defs:AnnotationReader (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DUtil.java35 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
47 AnnotationReader<T,C,F,M> reader,
46 calcSchemaType( AnnotationReader<T,C,F,M> reader, AnnotationSource primarySource, C enclosingClass, T individualType, Locatable src ) argument
H A DModelBuilder.java39 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
63 * This class uses {@link Navigator} and {@link AnnotationReader} to
76 public final AnnotationReader<T,C,F,M> reader;
128 AnnotationReader<T, C, F, M> reader,
127 ModelBuilder( AnnotationReader<T, C, F, M> reader, Navigator<T, C, F, M> navigator, Map<C, C> subclassReplacements, String defaultNamespaceRemap ) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAnnotationReader.java61 * A valid {@link ErrorHandler} must be registered before the {@link AnnotationReader}
66 public interface AnnotationReader<T,C,F,M> { interface

Completed in 30 milliseconds