lombok-pg -

lombok
Annotation Type FluentSetter


@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.
 

value

public abstract lombok.AccessLevel value
If you want your setter to be non-public, you can specify an alternate access level here.

Default:
lombok.AccessLevel.PUBLIC

lombok-pg -

Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.