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
- Can be used to set access levels of methods ([Getters/Setters](https://projectlombok.org/features/GetterSetter) and [Constructors](https://projectlombok.org/features/constructor))
139
+
- Can be used with annotations on methods and constructors using [onX](https://projectlombok.org/features/experimental/onX)
140
+
- Can be used to include or exclude fields for [equals()/hashCode()](https://projectlombok.org/features/EqualsAndHashCode)
141
+
- Other annotations than the ones mentioned above should not be used as some are difficult to comprehend or maintain
0 commit comments