Target: Attribute of a POJO annotated with @StageDefinition.
Description: Injects the service of the annotated stage.
Remarks: The attribute must be of type IService.
JavaDoc: Click here
Attributes: N/A
Example:
public class aStage {
@Service
IService myService;
...
}
See also: