@InjectParameters

Target: Attribute of a POJO annotated with @StageDefinition.

Description: Injects a parameter manager object on the current stage allowing access to all stage and parent entities parameters.

Remarks: The attribute must be of type IParameters.

JavaDoc: Click here

Attributes: N/A

Example:

public class aStage {
    
 @InjectParameters
 IParameters parameters;
    
 ...    
}

See also:

Back to annotation reference