Top Description Methods
jdk.vm.ci.meta

pack-priv @Interface SuppressFBWarnings

extends Annotation

Used to suppress FindBugs warnings.

Method Summary

Modifier and TypeMethod and Description
public String
justification()

Reason why the warning is suppressed.

public String[]
value()

The set of FindBugs warnings that are to be suppressed in annotated element.

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString

Method Detail

justificationback to summary
public String justification()

Reason why the warning is suppressed.

valueback to summary
public 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.