xsmeral.pipe.interfaces
Annotation Type Param


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Param

Indicates that the value of the field should be retrieved from the processor's initialization parameter map. If value is empty, the parameter name is the field's name.


Optional Element Summary
 String value
          If empty, the parameter name is the field's name.
 

value

public abstract String value
If empty, the parameter name is the field's name.

Default:
""