patterntesting.runtime.annotation
Annotation Type DontLogMe


@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface DontLogMe

E.g. the ProfileAspect together with the AbstractProfileAspect logs also the arguments for long running methods. But sometimes you don't want to see the value of an argument, e.g.

Now you can prefix these arguments with this annotation.

Since:
08.06.2009
Version:
$Revision: 1.1 $
Author:
oliver



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