Annotation Type 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
      Type type
      The type of the action
    • Optional Element Summary

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

      • type

        Type type
        The type of the action
      • recursive

        boolean recursive
        Indicates if the action is recursive
        Default:
        false