org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
Class AnnotatedCalendarService

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.AnnotatedCalendarService

public class AnnotatedCalendarService
extends Object

Author:
Gunnar Morling

Constructor Summary
AnnotatedCalendarService()
           
 
Method Summary
 Event createEvent(int duration)
           
 void createEvent(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedCalendarService

public AnnotatedCalendarService()
Method Detail

createEvent

public void createEvent(@NotNull
                        String name)

createEvent

public Event createEvent(@Min(value=0L)
                         int duration)


Copyright © 2008-2013. All Rights Reserved.