@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FunctionParameters
BeanFunction to
explicitely define which setters must be interpreted as function parameters. Sometimes a class
has more general use, and not all setter methods must be exposed as function parameters.
You can explicitely state all parameter names, or say that only the with Type annotated setters must be considered (or both).MMBase 1.9-SNAPSHOT - ${javadoctimestamp}