aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/metrics/simple/runtime/package-info.java
blob: 78d35e69d34405aaa0a45ed564ce083cd567cc72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Settings and properties used for setting up the simple metrics library in a
 * container.
 *
 * @author <a href="mailto:steinar@yahoo-inc.com">Steinar Knutsen</a>
 */
@ExportPackage
package com.yahoo.metrics.simple.runtime;

import com.yahoo.osgi.annotation.ExportPackage;