Package org.immutables.value
Annotation Type Value.NaturalOrder
-
@Documented @Target({METHOD,PARAMETER}) public static @interface Value.NaturalOrderSpecified 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:
Value.ReverseOrder