aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/package-info.java
blob: abb8ab08d89b3ede8655513aa5d3eaee2a1e2d07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. 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;