io.avaje.metrics.annotation.package-info Maven / Gradle / Ivy
The newest version!
/**
* Annotations such as {@link io.avaje.metrics.annotation.Timed}.
*
* These annotations can be placed on classes and methods to control metrics collection.
*
* Note that enhancement can be used to automatically add timing metrics collections on
* classes annotated with Timed - but additionally will also by default enhance classes
* annotated with @Singleton
, JAX_RS annotations like @Path
and
* Spring sterotype annotations such as @Component
, @Service
and @Repository
etc.
*/
package io.avaje.metrics.annotation;