summaryrefslogtreecommitdiffstats
path: root/sandbox/testing/core/src/main/java/testing/HelloService.java
blob: 2ef12cf7aac13b2f6558be00dcdbcebe3d4089c0 (plain)
1
2
3
4
5
6
7
8
package testing;

/**
 * @version $Rev$ $Date$
 */
public interface HelloService {
    String getGreeting();
}