com.stratelia.silverpeas.peasCore.servlets.annotation
Annotation Type InvokeAfter


@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.

Author:
Yohann Chastagnier

Required Element Summary
 String[] value
          The list of Invokable annotated methods.
 

Element Detail

value

public abstract String[] value
The list of Invokable annotated methods.

Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.