summaryrefslogtreecommitdiffstats
path: root/simplemetrics/src/main/java/com/yahoo/metrics/simple/jdisc/package-info.java
blob: 4d34244bec0ee0986be7d842b035ebe5166a1b99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * JDisc metrics API for simple metrics implementation.
 *
 * @author <a href="mailto:steinar@yahoo-inc.com">Steinar Knutsen</a>
 */
@ExportPackage
package com.yahoo.metrics.simple.jdisc;

import com.yahoo.osgi.annotation.ExportPackage;