Annotation Interface Bind


@Retention(RUNTIME) @Target(FIELD) public @interface Bind
Author:
alan Marks a UI field for language binding when not using FXML. Allows specifying a custom key for the resource bundle.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Optional key to override the default field name.
  • Element Details

    • value

      String value
      Optional key to override the default field name. If empty, the field name is used as the key.
      Default:
      ""