Uses of Class
com.codahale.metrics.annotation.ResponseMeteredLevel
-
-
Uses of ResponseMeteredLevel in com.codahale.metrics.annotation
Methods in com.codahale.metrics.annotation that return ResponseMeteredLevel Modifier and Type Method Description ResponseMeteredLevellevel()static ResponseMeteredLevelResponseMeteredLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseMeteredLevel[]ResponseMeteredLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-