Annotation Type Produce

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean binding
      Whether to use bean parameter binding
      String property
      Use the field or getter on the bean to provide the uri to produce to
      String uri
      Deprecated.
      use value instead
      String value
      The uri to produce to
    • Element Detail

      • value

        String value
        The uri to produce to
        Default:
        ""
      • uri

        @Deprecated
        String uri
        Deprecated.
        use value instead
        The uri to produce to
        Default:
        ""
      • property

        String property
        Use the field or getter on the bean to provide the uri to produce to
        Default:
        ""
      • binding

        boolean binding
        Whether to use bean parameter binding
        Default:
        true