![JAR search and dependency download from the Maven repository](/logo.png)
org.avaje.metric.annotation.package-info Maven / Gradle / Ivy
The newest version!
/**
* Annotations such as {@link org.avaje.metric.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 org.avaje.metric.annotation;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy