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


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ConsumedTypes

This annotation is used to describe what types of objects are consumed by the annotated Stage


Required Element Summary
 Class<?>[] value
          The set of types that can be consumed by this Consumer.
 

Element Detail

value

public abstract Class<?>[] value
The set of types that can be consumed by this Consumer.



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