xsmeral.pipe.context
Annotation Type ToContext


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

Signifies, that a field's value is shared in the processing context
The field's value should be set in the processor's constructor or in ObjectProcessor.initialize()


Optional Element Summary
 String value
          Name of the context parameter.
 

value

public abstract String value
Name of the context parameter. If empty, the parameter name is equal to the name of the field.

Default:
""