|
lombok-pg - | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
@Target(value={FIELD,TYPE})
@Retention(value=SOURCE)
public @interface FluentSetter
Does pretty much the same as @Setter.
| Optional Element Summary | |
|---|---|
lombok.AccessLevel |
value
If you want your setter 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 | |||||||