initial commit

This commit is contained in:
Mark Pollack
2012-02-15 21:43:08 -05:00
commit 2a6b2bd679
21 changed files with 1517 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package org.springframework.shell;
public interface Service {
String getMessage();
}