Annotation Type DontProfileMe
-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD}) public @interface DontProfileMe
You have marked a class with "@ProfileMe" but don't want to see all methods? Just mark these methods or constructors with "@DontProfileMe".- Since:
- 0.9
- Author:
- oliver
- See Also:
ProfileMe
,ProfileStatistic
,ProfileStatistic
,ProfileMonitor