host.anzo.commons.emergency.metric.Metric Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-core Show documentation
Show all versions of commons-core Show documentation
Commons library to make me happy.
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;
}