@Target(value={METHOD,FIELD,TYPE,PACKAGE}) @Retention(value=RUNTIME) @Repeatable(value=Audits.class) @Inherited public @interface Audit
Modifier and Type | Optional Element and Description |
---|---|
Audit.Action[] |
action
Action performed.
|
String[] |
logExpressions
Unified expression language expressions that will be evaluated and substituted into the logging template.
|
String |
logStatement
Logging string template.
|
int |
operation
Operation code.
|
public abstract Audit.Action[] action
public abstract String logStatement
public abstract String[] logExpressions
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.