Annotation Interface ActionViewDataMappings


@Retention(RUNTIME) @Target(METHOD) @Deprecated public @interface ActionViewDataMappings
Deprecated.
since 9.3, use ActionViewDataMappings instead.
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
    Deprecated.
     
  • Element Details

    • injected

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