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


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

Marks a target property field of an Operator. The field must be computed during initialization of the operator.


Optional Element Summary
 String alias
           
 String description
           
 

description

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

alias

public abstract String alias
Returns:
An alias name for the property. Defaults to the empty string (= not set).
Default:
""


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