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

host.anzo.commons.emergency.metric.Metric Maven / Gradle / Ivy

package host.anzo.commons.emergency.metric;

import host.anzo.classindex.IndexAnnotated;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * @author ANZO
 */
@IndexAnnotated
@Retention(RetentionPolicy.RUNTIME)
public @interface Metric {
	boolean fromParent() default false;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy