Annotation Type BooleanString

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] falseStrings
      A set of Strings that represent the boolean value false (e.g.
      java.lang.String[] trueStrings
      A set of Strings that represent the boolean value true (e.g.
    • Element Detail

      • trueStrings

        java.lang.String[] trueStrings
        A set of Strings that represent the boolean value true (e.g. "y", "yes", "1")
        Returns:
        Strings that represent true
      • falseStrings

        java.lang.String[] falseStrings
        A set of Strings that represent the boolean value false (e.g. "n", "no", "0")
        Returns:
        Strings that represent false