summaryrefslogtreecommitdiffstats
path: root/vespaclient-core/src/main/java/com/yahoo/feedhandler/package-info.java
blob: 5beebe564cb81c0f5b275e94a505b3aefd6309e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// TODO: This implements the old, deprecated document HTTP= API. Remove on Vespa 7
/**
 * Exported not as an API, but specifically for SSBE.
 */
@ExportPackage
package com.yahoo.feedhandler;

import com.yahoo.osgi.annotation.ExportPackage;