org.esa.beam.framework.gpf.annotations
Annotation Type TargetProduct


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface TargetProduct

Marks the target product field of an Operator. The field must be of type Product.


Optional Element Summary
 String description
           
 

description

public abstract String description
Returns:
A brief description of the target product. Defaults to the empty string (= not set).
Default:
""


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.