Class Quick

    • Constructor Detail

      • Quick

        protected Quick​(org.glassfish.jaxb.core.v2.model.annotation.Locatable upstream)
    • Method Detail

      • getAnnotation

        protected abstract Annotation getAnnotation()
        Gets the annotation object that this object is wrapping.
      • newInstance

        protected abstract Quick newInstance​(org.glassfish.jaxb.core.v2.model.annotation.Locatable upstream,
                                             Annotation core)
        Factory method to create a new instance of the same kind. A object also works as a factory of itself
      • getLocation

        public final org.glassfish.jaxb.core.v2.runtime.Location getLocation()
        Specified by:
        getLocation in interface org.glassfish.jaxb.core.v2.model.annotation.Locatable
      • getUpstream

        public final org.glassfish.jaxb.core.v2.model.annotation.Locatable getUpstream()
        Specified by:
        getUpstream in interface org.glassfish.jaxb.core.v2.model.annotation.Locatable
      • toString

        public final String toString()
        Specified by:
        toString in interface Annotation
        Specified by:
        toString in interface org.glassfish.jaxb.core.v2.runtime.Location
        Overrides:
        toString in class Object