Annotation Type | Description |
---|---|
NotTimed |
Marker that timed execution statistics should NOT be collected on this class.
|
Timed |
Marker that public methods should have timed execution statistics collected.
|
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.
Copyright © 2014. All Rights Reserved.