Package grails.web

Annotation Interface Action


@Retention(RUNTIME) @Target(METHOD) public @interface Action
An annotation to mark controller methods as actions.
Since:
2.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
     
  • Element Details

    • commandObjects

      Class<?>[] commandObjects
      Default:
      {}