Annotation Interface ActionConfig


@Documented @Retention(RUNTIME) @Target({TYPE,METHOD,FIELD}) public @interface ActionConfig
Annotation indicating the a key in the external resources file containing the menu, text and (optional) description.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Key to external properties file.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
     
     
  • Element Details

    • bundle

      String bundle
      Default:
      ""
    • bindLocale

      boolean bindLocale
      Default:
      true
    • value

      String value
      Key to external properties file.
      Returns: