|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Catch
Mark this method as @Catch interceptor
Optional Element Summary | |
---|---|
int |
priority
Interceptor priority (0 is high priority) |
java.lang.Class<?>[] |
value
|
public abstract java.lang.Class<?>[] value
public abstract int priority
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |