aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/client/package-info.java
blob: c5e53ed8a9082c1bb3745dca566c2c9471eb2f4a (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * <p>Provides classes and interfaces for implementing a {@link com.yahoo.jdisc.client.ClientApplication
 * ClientApplication}.</p>
 *
 * @see com.yahoo.jdisc.client.ClientApplication
 */
@com.yahoo.api.annotations.PublicApi
package com.yahoo.jdisc.client;