aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/annotation/package-info.java
blob: 8cb1dfe3b2f0f5c7b25c78170fcc348ae0465204 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Provides classes and interfaces for creating trees of spans over string
 * values in Vespa documents, and annotating these spans.
 */
@ExportPackage
@PublicApi
package com.yahoo.document.annotation;

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