aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/json/package-info.java
blob: af5c1976fa9436e5a738e8e8b29b165f84762cec (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Infrastructure for building Vespa documents and feed operations from JSON.
 */
@ExportPackage
package com.yahoo.document.json;

import com.yahoo.osgi.annotation.ExportPackage;