patterntesting.runtime.annotation
Annotation Type DontTraceMe


@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD,FIELD})
public @interface DontTraceMe

If you have marked a class with @TraceMe and you want to exclude some methods or constructors you can mark it with this annotation.

Since:
1.0.3 (30.09.2010)
Author:
oliver



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