Annotation Interface MonitorPerformance


@Target(METHOD) @Retention(RUNTIME) public @interface MonitorPerformance
When annotated on a public/protected/package-private method in a Guice-constructed object this annotation will automatically create a metric with the provided name (prefixed with "method-timing.")
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details