net.xoetrope.optional.annotation
Annotation Type Bind
@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Bind
An annotation for binding components and data declaratively. The
component becomes valid just before the pageCreated() method is called. The
annotation argument is the source path for the binding
- Since:
- 3.0
|
Required Element Summary |
java.lang.String |
value
|
|
Optional Element Summary |
java.lang.String |
extra
|
value
public abstract java.lang.String value
extra
public abstract java.lang.String extra
- Default:
- ""