summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/cache/package-info.java
blob: c28a75c2ccb66d44d283a16254f53cc80cceeb82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Cache package, exported to keep the ignored legacy cache config around until Vespa 7.
 *
 * @author bratseth
 */
@ExportPackage
package com.yahoo.search.cache;

import com.yahoo.osgi.annotation.ExportPackage;