All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kairosdb.metrics4j.annotation.Key Maven / Gradle / Ivy

The newest version!
package org.kairosdb.metrics4j.annotation;


import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

@Retention(RUNTIME)
@Target({ ElementType.PARAMETER })
public @interface Key
{
	String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy