-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toString, equals, hashcode #38
Comments
You should already be able to. https://github.com/jacobono/gradle-jaxb-plugin#default-example-using-jaxb2 |
Tried that. doesn't seem to support it. **** error ****
***** snippet from build.gradle ****** |
args = ["-Xannotate", -Xequals, -XhashCode, -XtoString] Needs to be args = ["-Xannotate", "-Xequals", "-XhashCode", "-XtoString"] |
Thanks. |
Would be great to support the following "toString, equals, hashcode" similar to jaxb2basics plugn
https://github.com/highsource/jaxb2-basics/wiki/Using-JAXB2-Basics-Plugins
The text was updated successfully, but these errors were encountered: