summaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc/src/main/java/org/apache/http/package-info.java
blob: 9548eaafc8c0eb17756cbadc2d1b8e6652712481 (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.
/*
 * Exported due to usage in HTTPSearcher API
 */
@ExportPackage(version = @Version(major = 4, minor = 3, micro = 3))
package org.apache.http;

import com.yahoo.osgi.annotation.ExportPackage;
import com.yahoo.osgi.annotation.Version;