Package org.immutables.value
Annotation Type Value.ReverseOrder
- Enclosing class:
Value
Specified reversed 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: