users@jaxb.java.net

Restriction parameter from schema to class annotation.

From: Michał Letyński <mletynski_at_consol.pl>
Date: Wed, 17 Oct 2007 13:20:57 +0200

Hello.
Is is possible to force JAXB to get information about restriction in
generated class for e.g:
        <restriction base="int">
          <minInclusive value="10" />
        </restriction>

I would like to have similar information to required field:
@XmlAttribute(minInclusive=10).