patterntesting.annotation.check.ct
Annotation Type SuppressSystemOutWarning


@Target(value={METHOD,CONSTRUCTOR,TYPE})
@Retention(value=RUNTIME)
public @interface SuppressSystemOutWarning

With this annotation you can suppress the warning that System.out or System.err is used.

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



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