patterntesting.runtime.annotation
Annotation Type DontProfileMe


@Retention(value=RUNTIME)
@Target(value={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:
24-Apr-2009
Author:
oliver
See Also:
ProfileMe, ProfileStatistic, ProfileStatistic, ProfileMonitor, ClasspathMonitor, ClasspathMonitorMBean



Copyright © 2002–2014 PatternTesting Team. All rights reserved.