]> git.mxchange.org Git - jcountry-lib.git/commitdiff
Now this is truly a remote interface (opps)
authorRoland Haeder <roland@mxchange.org>
Mon, 11 Apr 2016 17:43:06 +0000 (19:43 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 11 Apr 2016 17:43:06 +0000 (19:43 +0200)
src/org/mxchange/jcountry/data/CountrySingletonBeanRemote.java

index 42cbe7dacf04f6a400c3288eb5efce3a6d47be7f..175f58b482b880bd54fe588d677ae0fb53943bfc 100644 (file)
@@ -18,6 +18,7 @@ package org.mxchange.jcountry.data;
 
 import java.io.Serializable;
 import java.util.List;
+import javax.ejb.Remote;
 import org.mxchange.jcountry.exceptions.CountryAlreadyAddedException;
 
 /**
@@ -25,6 +26,7 @@ import org.mxchange.jcountry.exceptions.CountryAlreadyAddedException;
  * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
+@Remote
 public interface CountrySingletonBeanRemote extends Serializable {
 
        /**