File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/main/java/org/audit4j/core/annotation Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 24
24
import java .lang .annotation .RetentionPolicy ;
25
25
import java .lang .annotation .Target ;
26
26
27
+ import javax .enterprise .util .Nonbinding ;
27
28
import javax .interceptor .InterceptorBinding ;
28
29
29
30
/**
30
31
* The Audit annotation.
31
32
*
32
33
* This annotation can be used either in class level or method level. When
33
- * applying this annotation, the class or methos is marked as auditable.
34
+ * applying this annotation, the class or method is marked as auditable.
34
35
*
35
36
* @author <a href="mailto:[email protected] ">Janith Bandara</a>
36
37
*
47
48
*
48
49
* @return the string
49
50
*/
51
+ @ Nonbinding
50
52
public String action () default "action" ;
51
53
52
54
/**
71
73
public String tag () default "default" ;
72
74
73
75
/**
74
- * Repository.
76
+ * Repository. This attribute using to define the repository where audit log located.
75
77
*
76
78
* @return the string
77
79
*/
80
+ @ Nonbinding
78
81
public String repository () default "default" ;
79
82
}
You can’t perform that action at this time.
0 commit comments