java.lang.SuppressWarnings

Suppresses warnings that are generated by the compiler so that they do not appear for the given method. Duplicates are permitted and values which are unknown are ignored. The following warnings may have support to be disabled, although it is not required: {@code all}, {@code boxing}, {@code cast}, {@code dep-ann}, {@code deprecation}, {@code fallthrough}, {@code finally}, {@code hiding}, {@code incomplete-switch}, {@code nls}, {@code null}, {@code rawtypes}, {@code restriction}, {@code serial}, {@code static-access}, {@code synthetic-access}, {@code unchecked}, {@code unqualified-field-access}, and {@code unused}.