edu.umd.cs.findbugs.annotations
Annotation Type SuppressFBWarnings


@Retention(value=CLASS)
public @interface SuppressFBWarnings


Optional Element Summary
 String justification
           
 String[] value
          The set of FindBugs warnings that are to be suppressed in annotated element.
 

value

public abstract String[] value
The set of FindBugs warnings that are to be suppressed in annotated element. The value can be a bug category, kind or pattern.

Default:
{}

justification

public abstract String justification
Default:
""


Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.