Annotation Type GET


  • @Target(METHOD)
    @Retention(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