CachedGauge   CachedGauge 
Compiled from "CachedGauge.java" Compiled from "CachedGauge.java"
public interface com.codahale.metrics.annotation.CachedGauge extends java.l ang.annotation.Annotation { public interface io.dropwizard.metrics5.annotation.CachedGauge extends java .lang.annotation.Annotation {
public abstract java.lang.String name(); public abstract java.lang.String name();
public abstract boolean absolute(); public abstract boolean absolute();
public abstract long timeout(); public abstract long timeout();
public abstract java.util.concurrent.TimeUnit timeoutUnit(); public abstract java.util.concurrent.TimeUnit timeoutUnit();
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/