Skip to content

Instantly share code, notes, and snippets.

@codingricky
Created January 9, 2014 04:34
Show Gist options
  • Save codingricky/8329450 to your computer and use it in GitHub Desktop.
Save codingricky/8329450 to your computer and use it in GitHub Desktop.
package services;
public interface GreetingService {
String greeting();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment