HelloWorld.java 186 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 package fi.codecrew.moya.web.helper; // //@RemoteDestination //@TideEnabled public class HelloWorld { public String hello(String name) { return "hello" + name; } }