Package io.milton.annotations
Annotation Type CalendarDateRangeQuery
-
@Target(METHOD) @Retention(RUNTIME) public @interface CalendarDateRangeQuery
Marks a method as one which performs a query of events in a calendar for a given date rangeMust take the following arguments:
- Source object, representing a calendar
- Start date, as a java.util.Date
- Finish date