@Application

Target: Attribute of a POJO annotated with @StageDefinition.

Description: This annotation is used to inject the application on a stage.

Remarks: The attribute must be of type IApplication.

JavaDoc: Click here

Attributes: N/A

Example:

 public class aStage {
 
 @Application 
 IApplication anApplication;
 
 ...

 }

See also:

Back to annotation reference