You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I love immutable objects... In fact I'm of the opinion most objects should be immutable, is it (I looked in the documentation and didn't see it) possible to invert the default, and have a @NotImmutable annotation. At a glance I would say I'm also blocked by #7 to try out existing code, since I'm using Java 11 and the latest version of checker.
The text was updated successfully, but these errors were encountered:
So, I love immutable objects... In fact I'm of the opinion most objects should be immutable, is it (I looked in the documentation and didn't see it) possible to invert the default, and have a
@NotImmutable
annotation. At a glance I would say I'm also blocked by #7 to try out existing code, since I'm using Java 11 and the latest version of checker.The text was updated successfully, but these errors were encountered: