|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface Message
This annotation is applied to an interface or abstract class that is used to define methods for logging and/or constructing exceptions.
| Optional Element Summary | |
|---|---|
String |
value
Define the Log message to be generated for this exception. |
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||