aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/package-info.java
blob: cbc98bf3d753dcd4d04595a2e23ff508cb6e30e5 (plain) (blame)
1
2
3
4
5
6
7
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage
package com.yahoo.vespa.hosted.provision;

import com.yahoo.osgi.annotation.ExportPackage;

/** The node repository controls and allocates the nodes available in a hosted Vespa zone */