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