com.sun.xml.bind.v2.model.annotation
public abstract class Quick extends Object implements Annotation, Locatable, Location
Derived classes of this class is provided for annotations that are commonly used in JAXB, to improve the performance of LocatableAnnotation.
Constructor Summary | |
---|---|
protected | Quick(Locatable upstream) |
Method Summary | |
---|---|
protected abstract Annotation | getAnnotation()
Gets the annotation object that this object is wrapping. |
Location | getLocation() |
Locatable | getUpstream() |
protected abstract Quick | newInstance(Locatable upstream, Annotation core)
Factory method to create a new instance of the same kind.
|
String | toString() |