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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DUtil.java48 AnnotationSource primarySource, C enclosingClass, T individualType, Locatable src ) {
50 XmlSchemaType xst = primarySource.readAnnotation(XmlSchemaType.class);
78 static MimeType calcExpectedMediaType(AnnotationSource primarySource, argument
80 XmlMimeType xmt = primarySource.readAnnotation(XmlMimeType.class);
46 calcSchemaType( AnnotationReader<T,C,F,M> reader, AnnotationSource primarySource, C enclosingClass, T individualType, Locatable src ) argument

Completed in 28 milliseconds