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