Annotation Interface Sortable


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Sortable
Marks annotation, that has sorting capabilities. Sortable annotation should provide order() method.
Author:
Adam Dubiel