org.apache.pivot.beans
Annotation Type BXML


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

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


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

id

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

Default:
"\u0000"