Skip to content

Instantly share code, notes, and snippets.

@sejersbol
Created February 26, 2011 08:28
Show Gist options
  • Save sejersbol/845051 to your computer and use it in GitHub Desktop.
Save sejersbol/845051 to your computer and use it in GitHub Desktop.
EJB interface
public interface SpeakQuery {
public String sayHello(String name) throws Exception;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment