How to create a JAXB java class out of a xml schema using a utility? I don't like reverse-engineering of several huge XSD-files to a JAXB-compliant java class.
I know there's the jdk utility schemagen - but this works the other way round. What tool can help me?