Skip to content

Instantly share code, notes, and snippets.

@coheigea
Created August 26, 2019 16:03
Show Gist options
  • Save coheigea/e7c66183ab5834dac7a4e10fa9150c32 to your computer and use it in GitHub Desktop.
Save coheigea/e7c66183ab5834dac7a4e10fa9150c32 to your computer and use it in GitHub Desktop.
@RequiresRoles("boss")
public int doubleIt(int numberToDouble) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment