aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/config/package-info.java
blob: 42ebe6cf9e2b0816941c0e7402663bb6457c1037 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Settings for creating clients/sessions.
 */
@ExportPackage
@PublicApi
package com.yahoo.vespa.http.client.config;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;