]> git.mxchange.org Git - jshop-lib.git/blobdiff - src/org/mxchange/jshopeelib/beans/remote/customer/CustomerSessionBeanRemote.java
Well, if that is EJB, it sucks somehow: Logging not allowed and a complexer class...
[jshop-lib.git] / src / org / mxchange / jshopeelib / beans / remote / customer / CustomerSessionBeanRemote.java
index 69598eec7efb1ec0fcd11a0f11ef4d7bccb60ffb..2644ed98615ef25c289c79771578a793c8784665 100644 (file)
@@ -16,8 +16,8 @@
  */
 package org.mxchange.jshopeelib.beans.remote.customer;
 
+import java.io.Serializable;
 import javax.ejb.Remote;
-import org.mxchange.jshopeelib.beans.ShopBean;
 
 /**
  * An interface for customer beans
@@ -25,5 +25,5 @@ import org.mxchange.jshopeelib.beans.ShopBean;
  * @author Roland Haeder
  */
 @Remote
-public interface CustomerSessionBeanRemote extends ShopBean {
+public interface CustomerSessionBeanRemote extends Serializable {
 }