Annotation Type Value.NaturalOrder

Enclosing class:
Value

@Documented @Target({METHOD,PARAMETER}) public static @interface Value.NaturalOrder
Specified natural ordering for the implemented SortedSet, NavigableSet or SortedMap, NavigableMap. It an error to annotate sorted collection of elements which are not implementing Comparable. Non-annotated special collection will be generated/implemented as "nothing-special" attributes.
See Also: