@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,CONSTRUCTOR})
public @interface ExcludeFromMonitoring
Mark methods or (inner) classes with this annotation in order to exclude
them from monitoring.
- Since:
- 1.00
- Version:
- 1.00
- Author:
- Holger Eichelberger