summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest')
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/src/main/java/itest/nodes/sac/Helloworld.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/src/main/java/itest/nodes/sac/Helloworld.java b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/src/main/java/itest/nodes/sac/Helloworld.java
index 1cb9b813f2..f08412d4bf 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/src/main/java/itest/nodes/sac/Helloworld.java
+++ b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/src/main/java/itest/nodes/sac/Helloworld.java
@@ -19,6 +19,9 @@
package itest.nodes.sac;
+import org.oasisopen.sca.annotation.Remotable;
+
+@Remotable
public interface Helloworld {
String sayHello(String name) throws Exception;