Annotation Type EndpointInject

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String property
      Use the field or getter on the bean to provide the uri of the endpoint
      String uri
      Deprecated.
      use value instead
      String value
      The uri of the endpoint
    • Element Detail

      • value

        String value
        The uri of the endpoint
        Default:
        ""
      • uri

        @Deprecated
        String uri
        Deprecated.
        use value instead
        The uri of the endpoint
        Default:
        ""
      • property

        String property
        Use the field or getter on the bean to provide the uri of the endpoint
        Default:
        ""