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