aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/data/package-info.java
blob: fd92c370c96e49da51dbc146bf24718624844aac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Generic interfaces for all types of data.
 **/
@ExportPackage
@PublicApi
package com.yahoo.data;

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