Annotation Type BXML


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    public @interface BXML
    Annotation that causes a loaded BXML element to be bound to the annotated field.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String id  
    • Element Detail

      • id

        java.lang.String id
        Returns:
        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"