org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
Class CalendarService
java.lang.Object
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.CalendarService
public class CalendarService
- extends Object
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarService
public CalendarService()
createEvent
@CrossParameterConstraint
public void createEvent(@NotNull
Date start,
@Future
Date end)
createEvent
@NotNull
public Event createEvent()
getEvent
@NotNull
public Event getEvent()
Copyright © 2008-2013. All Rights Reserved.