org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl
Class ImplementationAddingParameterConstraints
java.lang.Object
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.ImplementationAddingParameterConstraints
- All Implemented Interfaces:
- CalendarService
public class ImplementationAddingParameterConstraints
- extends Object
- implements CalendarService
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplementationAddingParameterConstraints
public ImplementationAddingParameterConstraints()
createEvent
public void createEvent(@NotNull
Date start,
@NotNull
Date end,
@NotNull
List<Person> participants)
- Specified by:
createEvent in interface CalendarService
Copyright © 2008-2013. All Rights Reserved.