Skip to content
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

compilation fails when interfaces generation is set to false #37

Closed
kirillkh opened this issue Mar 3, 2018 · 2 comments
Closed

compilation fails when interfaces generation is set to false #37

kirillkh opened this issue Mar 3, 2018 · 2 comments
Milestone

Comments

@kirillkh
Copy link

kirillkh commented Mar 3, 2018

VertxGenerator.generateFromJson() and generateToJson() unconditionally calls out.override(), which causes @OverRide annotations to be output for pojos and records, even though they override nothing when interfaces generation is set to false, which causes compilation errors.

@jklingsporn
Copy link
Owner

jklingsporn commented Mar 4, 2018 via email

@jklingsporn
Copy link
Owner

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants