Annotation Interface HttpGet


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface HttpGet
Use this annotation to allow call action or action's method via GET request only
Since:
6.2.0
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details