@Provider

Target: Attribute of a POJO annotated with @StageDefinition.

Description: Injects the stage's provider of the annotated stage.

Remarks: The attribute must be of type IProvider.

JavaDoc: Click here

Attributes: N/A

Example:

public class aStage {

 @Provider
 IProvider myProvider;
 ...
 }

See also:

Back to annotation reference