Auditable

Java code posted by Ketan Khairnar
created at 03 Mar 09:00, updated at 03 Mar 09:01

Edit | Back
1
2
3
4
5
6
7
@Documented
@Retention(value = RetentionPolicy.RUNTIME)
@Target(value ={ ElementType.METHOD })
public @interface Auditable
{
    String operation();
}
158 Bytes in 2 ms with coderay