Annotation Interface Collation


@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Collation
Collation allows to define the rules used for language-specific string comparison.
Since:
4.0
Author:
Christoph Strobl
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The actual collation definition in JSON format or a template expression resolving to either a JSON String or a Document.
  • Element Details

    • value

      String value
      The actual collation definition in JSON format or a template expression resolving to either a JSON String or a Document. The keys of the JSON document are configuration options for the collation.
      Returns:
      an empty String by default.
      Default:
      ""