|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Fluent
Used to annotate fluent API methods.
| Optional Element Summary | |
|---|---|
boolean |
callOnElementEnd
Should this method be called at the end of the evaluating the element. |
boolean |
nestedActions
Should nested elements be evaluated against the current builder. |
String |
value
Used to change the default element name of the action. |
public abstract String value
public abstract boolean nestedActions
public abstract boolean callOnElementEnd
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||