Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Max Mecklin / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • ..
  • helper
  • HelloWorld.java
  • Tuomas Riihimäki's avatar
    Package rename · 4da944a8
    Tuomas Riihimäki committed Nov 18, 2012
    4da944a8
HelloWorld.java 186 Bytes
BlameHistoryPermalink
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;
    }
}