]> git.mxchange.org Git - jshop-receipt-core.git/blobdiff - src/org/mxchange/jshopreceipt/receipt/PdfReceiptBeanLocal.java
Let's make all local (and remote, of course) interfaces serializable, not really
[jshop-receipt-core.git] / src / org / mxchange / jshopreceipt / receipt / PdfReceiptBeanLocal.java
index ebb9ef551a954310f73c8a684a4927d8cc12385a..a5fc8c79861cc3285efeb407b4d33e1aadb1c777 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  */
 package org.mxchange.jshopreceipt.receipt;
 
+import java.io.Serializable;
 import javax.ejb.Local;
 
 /**
  * An interface for "centralized" logger
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
-public interface PdfReceiptBeanLocal {
+public interface PdfReceiptBeanLocal extends Serializable {
+
 }