]> git.mxchange.org Git - addressbook-lib.git/commitdiff
Opps, missed @Remote annotation
authorRoland Haeder <roland@mxchange.org>
Sun, 11 Oct 2015 20:20:14 +0000 (22:20 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 11 Oct 2015 20:20:14 +0000 (22:20 +0200)
src/org/mxchange/jcountry/data/AddressbookCountrySingletonBeanRemote.java

index 60bd356e6fbe858c13892482b0d52dc025b16164..b12db82ffc279e7638f4e8a5f14dbda557c53845 100644 (file)
@@ -18,12 +18,14 @@ package org.mxchange.jcountry.data;
 
 import java.io.Serializable;
 import java.util.List;
+import javax.ejb.Remote;
 
 /**
  * A remote interface for country informations
  * <p>
  * @author Roland Haeder
  */
+@Remote
 public interface AddressbookCountrySingletonBeanRemote extends Serializable {
 
        /**