org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
Class AnnotatedCalendarService
java.lang.Object
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.AnnotatedCalendarService
public class AnnotatedCalendarService
- extends Object
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotatedCalendarService
public AnnotatedCalendarService()
createEvent
public void createEvent(@NotNull
String name)
createEvent
public Event createEvent(@Min(value=0L)
int duration)
Copyright © 2008-2013. All Rights Reserved.