Skip to content

Instantly share code, notes, and snippets.

@rightfold
Last active August 29, 2015 14:17
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 rightfold/1534244ec80ec9eedf69 to your computer and use it in GitHub Desktop.
Save rightfold/1534244ec80ec9eedf69 to your computer and use it in GitHub Desktop.

The following flags exist:

  • abstract
  • final
  • native
  • static
  • strictfp
  • synchronized

The following combinations are allowed:

  • abstract
  • final
  • final strictfp
  • final synchronized
  • native
  • native synchronized
  • static
  • static native
  • static native synchronized
  • static strictfp
  • static strictfp synchronized
  • strictfp
  • strictfp synchronized
  • synchronized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment