summaryrefslogtreecommitdiffstats
path: root/simplemetrics/src/main/java/com/yahoo/metrics/simple/runtime/package-info.java
blob: e7c7cd166eb2f2729dfd0a3903a33d84e548bb04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2017 Yahoo Holdings. 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;