summaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/package-info.java
blob: 69c6459a4c5a5674a44075a13dd5974ab6d5002b (plain) (blame)
1
2
3
4
5
6
7
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage
@PublicApi
package com.yahoo.document;

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