Skip to content

Instantly share code, notes, and snippets.

@igor-brishkoski
Created February 5, 2017 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igor-brishkoski/5cf5789b068c760549a38b57bdca7d13 to your computer and use it in GitHub Desktop.
Save igor-brishkoski/5cf5789b068c760549a38b57bdca7d13 to your computer and use it in GitHub Desktop.
Suppress Warnings example
@SuppressWarnings("deprecation")
void myMethod() {
myObject.deprecatedMethod();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment