|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Status
A typed status message method. Indicates that this method will log the associated Message
to the UI.
Optional Element Summary | |
---|---|
TransactionPhase |
during
|
Status.Level |
level
The message level. |
String |
target
The UI target for the message. |
public abstract String target
public abstract TransactionPhase during
public abstract Status.Level level
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |