aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/package-info.java
blob: 26e6a6b89e1866dfd05f1ea72de19764b9b704c0 (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.
/**
 * The root package of the controller
 *
 * @author bratseth
 */
@ExportPackage
package com.yahoo.vespa.hosted.controller;

import com.yahoo.osgi.annotation.ExportPackage;