| Annotation Type | Description |
|---|---|
| NotTimed |
Marker that timed execution statistics should NOT be collected on this class or method.
|
| Timed |
Put onto a Class or methods that we want 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 © 2018. All rights reserved.