summaryrefslogtreecommitdiffstats
path: root/container-disc/src/main/java/com/yahoo/container/jdisc/secretstore/package-info.java
blob: a5c555a35619715696d2c61c8612111e15a47b9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * @author mortent
 */
@ExportPackage
@PublicApi
package com.yahoo.container.jdisc.secretstore;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;