mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 22:26:17 +00:00
refactored the tests to prepare running ecj as well as delombok.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@lombok.Data
|
||||
@lombok.ToString(doNotUseGetters = true)
|
||||
class DataExtended {
|
||||
int x;
|
||||
}
|
||||
Reference in New Issue
Block a user