Skip to content

Commit

Permalink
Merge adding remotable change from trunk to m3
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tuscany/branches/sca-java-2.0-M3@788284 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Anthony Elder committed Jun 25, 2009
1 parent 5a72b28 commit 433a35f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -18,6 +18,9 @@
*/
package ${package};

import org.oasisopen.sca.annotation.Remotable;

@Remotable
public interface HelloworldService {

String sayHello(String name);
Expand Down

0 comments on commit 433a35f

Please sign in to comment.