|
lombok-pg - | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
@Target(value=FIELD) @Retention(value=SOURCE) public @interface LazyGetter
Does pretty much the same as @Getter(lazy=true).
| Optional Element Summary | |
|---|---|
lombok.AccessLevel |
value
If you want your getter to be non-public, you can specify an alternate access level here. |
public abstract lombok.AccessLevel value
|
lombok-pg - | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||