Annotation Interface 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 range

Must take the following arguments:

  • Source object, representing a calendar
  • Start date, as a java.util.Date
  • Finish date