|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
public @interface FindBugsSuppressWarnings
This is a substitute for the annotation SuppressWarnings that FindBugs normally would use. As SuppressWarnings is already used in java.lang package, using this annotation avoids a name clash. FindBugs only cares for the last part of the annotation name, which has to be SuppressWarnings.
| Required Element Summary | |
|---|---|
String |
justification
Is the justification for suppressing this bug. |
String[] |
value
Is the name of the bug that we want to suppress. |
| Element Detail |
|---|
public abstract String[] value
public abstract String justification
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||