Annotation Type AgentArgument


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface AgentArgument
    Marker for agent argument field.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String convert
      The argument conversion expression.
      java.lang.String value
      The argument name.
    • Element Detail

      • value

        java.lang.String value
        The argument name. Is optional. If not set the field name must correspond to the argument name.
        Default:
        ""
      • convert

        java.lang.String convert
        The argument conversion expression. The coversion expression can refer to the originally provided value by using the reserved variable $value. Is optional.
        Default:
        ""