org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
Class BookingService
java.lang.Object
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.BookingService
public class BookingService
- extends Object
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookingService
public BookingService()
placeBooking
@DecimalMin(value="10001")
@Null(groups=BookingService.IgnoredValidationGroup.class)
public String placeBooking(@Size(min=5)@Null(groups=BookingService.IgnoredValidationGroup.class)
String name)
getInvocationCount
public int getInvocationCount()
Copyright © 2008-2013. All Rights Reserved.