Interface XMLAnnotationTypeHandler.PropertyConstraintHandler

  • All Superinterfaces:
    StAXContentHandler
    Enclosing class:
    XMLAnnotationTypeHandler

    public static interface XMLAnnotationTypeHandler.PropertyConstraintHandler
    extends StAXContentHandler
    Handler for an individual PropertyConstraint in an AnnotationType. Implement this if you want to add support for additional types of PropertyConstraint.
    • Method Detail

      • getPropertyConstraint

        PropertyConstraint getPropertyConstraint()
                                          throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException