|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ProductionOnBranch
This annotation is used to describe the production of a Stage
for a specific branch pipeline.
| Required Element Summary | |
|---|---|
String |
branchKey
The string key for the branch pipeline in question. |
Class<?>[] |
producedTypes
The types of objects produced for the branch. |
| Element Detail |
|---|
public abstract String branchKey
public abstract Class<?>[] producedTypes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||