Package grails.web

Annotation Type 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
      java.lang.Class<?>[] commandObjects  
    • Element Detail

      • commandObjects

        java.lang.Class<?>[] commandObjects
        Default:
        {}