org.apache.pivot.wtkx
Annotation Type WTKX


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface WTKX

Annotation that causes a loaded WTKX element to be bound to the annotated field.


Optional Element Summary
 String id
          The ID of the WTKX variable that references the element to bind.
 

id

public abstract String id
The ID of the WTKX variable that references the element to bind. It should be a valid wtkx:id from the loaded WTKX resource. If unspecified, the name of the annotated field will be used.

Default:
"\u0000"