aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/json/package-info.java
blob: 81648a39d7a1c52bdeaec94cedeb2c16b50e7d34 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. 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;