javaee / jaxb2-commons

JAXB Implementation project has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/jaxb-ri/
Other
17 stars 15 forks source link

value-constructor does not work for classes that have enum references #43

Open lamikam100 opened 4 years ago

lamikam100 commented 4 years ago

I am able to use the value-constructor plugin to create constructors from xsd. But generated classes that have a refernce to a java class that is an enum type, do not get constructors created. Why is that?