ServerParamAnnotations.none constructor

ServerParamAnnotations.none()

Implementation

ServerParamAnnotations.none()
  : body = null,
    query = null,
    header = null,
    cookie = null,
    param = null,
    dep = false,
    data = false,
    binds = null,
    bind = null;