org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types
Class DeliveryService
java.lang.Object
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.DeliveryService
public class DeliveryService
- extends Object
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeliveryService
public DeliveryService()
findDelivery
public void findDelivery(@NotNull
String id)
getDelivery
@NotNull
public Delivery getDelivery()
getAnotherDelivery
@NotNull
public Delivery getAnotherDelivery()
Copyright © 2008-2013. All Rights Reserved.