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.
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-2013 Brockmann Consult GmbH. All Rights Reserved.