Annotation Type ActionViewDataMappings


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface ActionViewDataMappings
    Annotation to mark a method that returns a map of view data.

    Only maps with String keys are supported.

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean injected  
    • Element Detail

      • injected

        boolean injected
        Returns:
        true if this mapping should be injected.
        Default:
        false