Annotation Interface ValidateAction


@Target(METHOD) @Retention(RUNTIME) public @interface ValidateAction
Annotation to mark operations that need to be validated against the site policy configuration
Since:
4.0.0
Author:
joseross
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The type of the action
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Indicates if the action is recursive
  • Element Details

    • type

      Type type
      The type of the action
    • recursive

      boolean recursive
      Indicates if the action is recursive
      Default:
      false