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