xsmeral.pipe.context
Annotation Type FromContext


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface FromContext

Signifies, that a field's value should be obtained from ProcessingContext.
The field's value is set by Pipe after ObjectProcessor.initialize() and before ObjectProcessor.run()


Optional Element Summary
 String value
          If no value is set, the context parameter name is the field's name.
 

value

public abstract String value
If no value is set, the context parameter name is the field's name.

Returns:
Context parameter name
Default:
""