|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) public @interface Any
A special state annotation, specifying that an object may be in an arbitrary state. As a lack of a state annotation
means "any annotation", this is only useful when specifying state transitions, the except element or the
onException element.
| Optional Element Summary | |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
after
|
java.lang.Class<? extends java.lang.annotation.Annotation>[] |
except
Please note: support for the except parameter is still not complete. |
java.lang.Class<? extends java.lang.annotation.Annotation> |
onException
|
public abstract java.lang.Class<? extends java.lang.annotation.Annotation> after
public abstract java.lang.Class<? extends java.lang.annotation.Annotation>[] except
if-else or try-catch-finally block.
public abstract java.lang.Class<? extends java.lang.annotation.Annotation> onException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||