Target: Attribute of a POJO annotated with @StageDefinition.
Description: This annotation is used to inject the list of available providers on a stage.
Remarks: The attribute type can be List IProvider or MapString, IProvider.
JavaDoc: Click here
Attributes: N/A
Example:
public class aStage {
@ProviderList
Map<String, IProvider> myProvidersList;
...
}
See also: