Annotation Type ArgumentGroup

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      boolean optional  
      String[] value  
    • Optional Element Summary

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

      • value

        String[] value
        Returns:
        Names of argument class fields to forms "group" restriction.
      • optional

        boolean optional
        Returns:
        True if arguments is optional, false if required.
      • onlyOneOf

        boolean onlyOneOf
        Returns:
        True if only one of argument from group allowed.
        Default:
        false