Annotation Type Delimiter

    • Field Summary

      Fields 
      Modifier and TypeFieldsDescription
      static StringNONE
      A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
    • Required Element Summary

      Required Elements 
      Modifier and TypeRequired ElementDescription
      Stringvalue
      The delimiter to use or NONE if the entire contents should be treated as a single element.
    • Field Detail

      • NONE

        static final String NONE
        A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
    • Element Detail

      • value

        String value
        The delimiter to use or NONE if the entire contents should be treated as a single element.
        Returns:
        the delimiter