aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/io/reader/package-info.java
blob: ddd1cb9015375d6d699117067a0368b45ad6f90a (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.
/**
 * The classes in this package are not intended for external use.
 */
@PublicApi
@ExportPackage
package com.yahoo.io.reader;

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