Searched refs:RuntimeInlineAnnotationReader (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DWrapperBeanGenerator.java30 import com.sun.xml.internal.bind.v2.model.annotation.RuntimeInlineAnnotationReader;
63 new RuntimeWrapperBeanGenerator(new RuntimeInlineAnnotationReader(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DRuntimeInlineAnnotationReader.java42 public final class RuntimeInlineAnnotationReader extends AbstractInlineAnnotationReaderImpl<Type,Class,Field,Method> class in inherits:AbstractInlineAnnotationReaderImpl,RuntimeAnnotationReader
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java86 import com.sun.xml.internal.bind.v2.model.annotation.RuntimeInlineAnnotationReader;
1050 private @NotNull RuntimeAnnotationReader annotationReader = new RuntimeInlineAnnotationReader();
1141 this.annotationReader = new RuntimeInlineAnnotationReader();

Completed in 33 milliseconds