mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 14:21:47 +00:00
add tests to ensure onlyExplicitlyIncluded means nothing if no fields are annotated. Fixes #1772
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@lombok.EqualsAndHashCode(onlyExplicitlyIncluded = true)
|
||||
class EqualsAndHashCodeExplicitInclude {
|
||||
int x;
|
||||
}
|
||||
Reference in New Issue
Block a user