Class JAXBTypeAndAnnotation

java.lang.Object
com.sun.tools.ws.processor.model.jaxb.JAXBTypeAndAnnotation

public class JAXBTypeAndAnnotation extends Object
Holds JAXB JType and TypeAndAnnotation. This provides abstration over types from JAXBMapping and Property.
  • Constructor Details

    • JAXBTypeAndAnnotation

      public JAXBTypeAndAnnotation(TypeAndAnnotation typeAnn)
    • JAXBTypeAndAnnotation

      public JAXBTypeAndAnnotation(JType type)
    • JAXBTypeAndAnnotation

      public JAXBTypeAndAnnotation(TypeAndAnnotation typeAnn, JType type)
  • Method Details