aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/package-info.java
blob: b9c6290f582693c29451842f8f34239f01237964 (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.
/**
 * Persistence layer for the controller.
 *
 * @author bratseth
 */
@ExportPackage
package com.yahoo.vespa.hosted.controller.persistence;

import com.yahoo.osgi.annotation.ExportPackage;