]> git.mxchange.org Git - pizzaservice-lib.git/commitdiff
added missing @Remote annotation
authorRoland Häder <roland@mxchange.org>
Thu, 28 Apr 2016 12:26:59 +0000 (14:26 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 28 Apr 2016 17:38:42 +0000 (19:38 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBeanRemote.java

index bd3f1daf0e086926165418ccfbd712569bf44da6..4c1eabd131c6bac78f2623a48c038189b506f437 100644 (file)
@@ -16,6 +16,7 @@
  */
 package org.mxchange.pizzaapplication.model.customer;
 
+import javax.ejb.Remote;
 import org.mxchange.jcustomercore.model.customer.CustomerSessionBeanRemote;
 
 /**
@@ -23,6 +24,7 @@ import org.mxchange.jcustomercore.model.customer.CustomerSessionBeanRemote;
  * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
+@Remote
 public interface PizzaCustomerSessionBeanRemote extends CustomerSessionBeanRemote {
 
 }