Annotation Interface ClientInfo.Attribute

Enclosing class:
ClientInfo

@Target({ANNOTATION_TYPE,METHOD,TYPE}) @Retention(RUNTIME) @Repeatable(ClientInfo.class) public static @interface ClientInfo.Attribute
An annotation used to set client info for the connection.
Since:
4.11
Author:
radovanradic
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the name of the client information attribute.
    Returns the value of the client information attribute.
  • Element Details

    • name

      String name
      Returns the name of the client information attribute.
      Returns:
      the attribute name
    • value

      String value
      Returns the value of the client information attribute.
      Returns:
      the attribute value