org.apache.commons.pipeline.validation
Annotation Type ProductionOnBranch


@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

branchKey

public abstract String branchKey
The string key for the branch pipeline in question.


producedTypes

public abstract Class<?>[] producedTypes
The types of objects produced for the branch.



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.