mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-03 06:19:14 +00:00
@Getter(lazy=true) now also works in Eclipse
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
class GetterLazyEahcToString {
|
||||
@lombok.Getter(lazy=true)
|
||||
private final String value = "";
|
||||
@lombok.Getter
|
||||
private final String value2 = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user