|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface After
Mark this method as @After interceptor
Optional Element Summary | |
---|---|
java.lang.String[] |
only
|
int |
priority
Interceptor priority (0 is high priority) |
java.lang.String[] |
unless
Does not intercept these actions |
public abstract java.lang.String[] unless
public abstract java.lang.String[] only
public abstract int priority
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |