mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-04 12:16:47 +00:00
refactored the tests to prepare running ecj as well as delombok.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class NonNullPlain {
|
||||
@lombok.Getter
|
||||
@lombok.Setter
|
||||
@lombok.NonNull
|
||||
@lombok.Getter int i;
|
||||
|
||||
@lombok.Getter
|
||||
@lombok.Setter
|
||||
@lombok.NonNull
|
||||
String s;
|
||||
}
|
||||
Reference in New Issue
Block a user