patterntesting.annotation.check.ct
Annotation Type SuppressIllegalArgumentExceptionWarning


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

If you want to suppress the warning that an IllegalArgumentException is thrown you can use this annotation here.

Since:
1.2.10-YEARS (31.01.2012)
Author:
oliver (ob@aosd.de)



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