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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DQuick.java41 public /*so that our code generator can refer to this class*/ abstract class Quick implements Annotation, Locatable, Location { class in inherits:Annotation,Locatable,Location
44 protected Quick(Locatable upstream) { method in class:Quick
55 * A {@link Quick} object also works as a factory of itself
57 protected abstract Quick newInstance( Locatable upstream, Annotation core );

Completed in 28 milliseconds