We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Excluding a class level variable is not possible and raises the following compiler error:
annotation type not applicable to this kind of declaration @Exclude ^
public class FlawDetails { @Exclude private String comment;
The text was updated successfully, but these errors were encountered:
Hi @otisonoza,
Thanks for letting me know! Indeed, that is a bug and not a feature. Will be fixed for the next release!
Sorry, something went wrong.
Status update:
snorbi07
No branches or pull requests
Excluding a class level variable is not possible and raises the following compiler error:
The text was updated successfully, but these errors were encountered: