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


@Inherited
@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Invokable

Annotation to specify a web controller method that can be invoked by InvokeBefore and InvokeAfter method annotations. For now, an invokable method can not be a HTTP Method.

Author:
Yohann Chastagnier

Required Element Summary
 String value
          The unique name identifier.
 

Element Detail

value

public abstract String value
The unique name identifier.

Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.