Annotation Interface CalendarColor


@Target(METHOD) @Retention(RUNTIME) public @interface CalendarColor
Marks the method which gets/sets the color for the given calendar object

There should be a setter (ie void return type) and a getter (return String)