mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-09 04:17:30 +00:00
@Getter(lazy=true) now also works in Eclipse
This commit is contained in:
@@ -22,4 +22,7 @@ class GetterLazyNative {
|
||||
|
||||
@lombok.Getter(lazy=true)
|
||||
private final char charField = '1';
|
||||
|
||||
@lombok.Getter(lazy=true)
|
||||
private final int[] intArrayField = new int[] {1};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user