Annotation Type HelpText


  • @Qualifier
    @Documented
    @Retention(RUNTIME)
    @Target({TYPE,FIELD,PARAMETER})
    public @interface HelpText
    Any property for which help text needs to be specified should be marked with this annotation. The help text will be calculated and returned as part of the OPTIONS response.
    Author:
    jdlee
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String bundle
      The name of the resource bundle from which to retrieve the help text
      String key
      The key in the bundle for the help text
    • Element Detail

      • bundle

        String bundle
        The name of the resource bundle from which to retrieve the help text
        Returns:
      • key

        String key
        The key in the bundle for the help text
        Returns: