aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/stubs/package-info.java
blob: 6e4433882dcee942b791bc2d2bd1a90550d79430 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * No-dependency implementations of integration interfaces for setups where we want to avoid contacting
 * certain thirds-party systems.
 *
 * @author bratseth
 */
@ExportPackage
package com.yahoo.vespa.hosted.controller.api.integration.stubs;

import com.yahoo.osgi.annotation.ExportPackage;