Skip to content

Instantly share code, notes, and snippets.

@ketankhairnar
Created March 3, 2011 08:19
Show Gist options
  • Save ketankhairnar/852500 to your computer and use it in GitHub Desktop.
Save ketankhairnar/852500 to your computer and use it in GitHub Desktop.
Auditable
@Documented
@Retention(value = RetentionPolicy.RUNTIME)
@Target(value ={ ElementType.METHOD })
public @interface Auditable
{
String operation();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment