aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/athenz/config/package-info.java
blob: 02df7e5c2cf04e8cbca735a93d8b893c430efddd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Required for using {@link com.yahoo.vespa.hosted.controller.athenz.config.AthenzConfig} outside controller-server module.
 *
 * @author bjorncs
 */
@ExportPackage
package com.yahoo.vespa.hosted.controller.athenz.config;

import com.yahoo.osgi.annotation.ExportPackage;