@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface GET
Indicate than this action can be call by a GET request.
By default only first access (execute method on Action class) is accepted in GET request,
other method on Action class must be called with POST request.
- Author:
- npiedeloup