com.threerings.expr
Annotation Type Bound


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

Flags a field as being bound to a Scoped symbol.


Optional Element Summary
 String value
          The symbol to which this field is bound, or the empty string if the name is the same as the field name.
 

value

public abstract String value
The symbol to which this field is bound, or the empty string if the name is the same as the field name.

Default:
""


Copyright © 2011. All Rights Reserved.