public class ImplementationAddingParameterConstraints extends Object implements CalendarService
| Constructor and Description |
|---|
ImplementationAddingParameterConstraints() |
| Modifier and Type | Method and Description |
|---|---|
void |
createEvent(@NotNull Date start,
@NotNull Date end,
@NotNull List<Person> participants) |
public ImplementationAddingParameterConstraints()
public void createEvent(@NotNull
@NotNull Date start,
@NotNull
@NotNull Date end,
@NotNull
@NotNull List<Person> participants)
createEvent in interface CalendarServiceCopyright © 2008–2017. All rights reserved.