/**@class java.lang.FindBugsSuppressWarnings
 implements java.lang.annotation.Annotation

 Suppress FindBugs warnings on the annotated element. FindBugs will recognize
 any annotation that has class retention and whose name ends with
 "SuppressWarnings".

 @hide
*/
var FindBugsSuppressWarnings = {

/**The <a href="http://findbugs.sourceforge.net/bugDescriptions.html">FindBugs
 Patterns</a> to suppress, such as {@code SE_TRANSIENT_FIELD_NOT_RESTORED}
 or {@code Se}. Full, upper case names are preferred.
*/
value : function(  ) {},


};