-
Notifications
You must be signed in to change notification settings - Fork 134
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
Exclude internal ImmutablesStyle annotations from auto-imports and completion #1668
Conversation
Generate changelog in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks.
gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineIdea.groovy
Outdated
Show resolved
Hide resolved
Can we excavate folks to the canonical internal annotation? |
Agree that excavating this change would be ideal. However it isn't trivial for a couple reasons:
|
Released 3.70.0 |
These
ImmutablesStyle
annotations should not be public, but doing so would be a breaking change.To prevent continued accidental usage, prevent them from being automatically imported or appearing in completion results.