Package io.milton.annotations
Annotation Type CalendarOrder
-
@Target(METHOD) @Retention(RUNTIME) public @interface CalendarOrder
Marks the method which gets/sets the order property for the given calendar objectThere should be a setter (ie void return type) and a getter (return String)
Note that ordering will normally be numeric, but since this cannot be guaranteed is represented as a string