@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Fluid
Modifier and Type | Optional Element and Description |
---|---|
boolean |
exclude
Exclude class from fluid interface.
|
String |
name
Name to use as a prefix for all methods relating to this
component.
|
boolean |
swallowGettersWithParameters
If you are using getters with parameters, but you prefer the fluid
interface to just swallow the return value and return
E instead,
set this to true. |
public abstract String name
Copyright © 2019. All rights reserved.