I have a collection of XSD's that I am the maven-jaxb2-plugin to generate the java classes. I have 1 class, that I need a value constructor on, however I do not want value constructors for any of the other generated classes. I have looked at jaxb-value-constructor-plugin but I don't see a way to specify a single class.

Is there a way to have only a single class generate the value constructor that I am missing or is there another plugin I should be looking at?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Maybe you can just do code injection? See the code injector plugin.

link|improve this answer
This looks like it will work. Thanks! – Randy Aug 10 '11 at 13:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.