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