|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface InvokeAfter
Annotation to specify a web controller method that can be invoked after the execution of an HTTP method.
Required Element Summary | |
---|---|
String[] |
value
The list of Invokable annotated
methods. |
Element Detail |
---|
public abstract String[] value
Invokable
annotated
methods.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |