Package io.milton.annotations
Annotation Type CalendarColor
-
@Target(METHOD) @Retention(RUNTIME) public @interface CalendarColor
Marks the method which gets/sets the color for the given calendar objectThere should be a setter (ie void return type) and a getter (return
String)