Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Created February 8, 2013 14:14
Show Gist options
  • Save zbigniewTomczak/4739263 to your computer and use it in GitHub Desktop.
Save zbigniewTomczak/4739263 to your computer and use it in GitHub Desktop.
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.PARAMETER)
public @interface SecurityCheck {
Class<?> value() ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment