Annotation Type ValidateUsing


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ValidateUsing
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The name of the XSD file associated with this JAXB-compatible object.
    • Element Detail

      • value

        java.lang.String value
        The name of the XSD file associated with this JAXB-compatible object. This will be used by JAXBUtils to validate the XML when passing through the system.
        Returns:
        The name of the XSD file, without paths. This file is expected to be in the classpath, in /xsds/.