Annotation Type Value.ReverseOrder

Enclosing class:
Value

@Documented @Target(METHOD) public static @interface Value.ReverseOrder
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: