@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Audited
Modifier and Type | Required Element and Description |
---|---|
String |
messageAfter
The message (EL) to trail after the execution
|
Modifier and Type | Optional Element and Description |
---|---|
String |
messageBefore
The message (EL) to trail before the execution
|
String |
messageOnException
The message (EL) to trail on an exception
|
public abstract String messageAfter
public abstract String messageBefore
public abstract String messageOnException
Copyright © 2013-2018–2019 SeedStack. All rights reserved.