Package org.immutables.value
Annotation Type Value.ReverseOrder
-
@Documented @Target(METHOD) public static @interface Value.ReverseOrderSpecified reversed natural ordering for the implementedSortedSet,NavigableSetorSortedMap,NavigableMap. It an error to annotate sorted collection of elements which are not implementingComparable. Non-annotated special collection will be generated/implemented as "nothing-special" attributes.- See Also:
Collections.reverseOrder(),Value.NaturalOrder