public interface AnotherCalendarService
void
createEvent(Date start, Date end, List<Person> participants)
void createEvent(@NotNull Date start, @NotNull Date end, @NotNull List<Person> participants)
Copyright © 2008–2014. All rights reserved.