Annotation Type UserMessage


@Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface UserMessage
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Prompt template can be defined in one line or multiple lines.
  • Element Details

    • value

      String[] value
      Prompt template can be defined in one line or multiple lines. If the template is defined in multiple lines, the lines will be joined with a newline ("\n") automatically.
      Default:
      {""}