Skip to content

Instantly share code, notes, and snippets.

@ivanursul
Created December 28, 2014 14:06
Show Gist options
  • Select an option

  • Save ivanursul/3084d08aa96ccbf7c904 to your computer and use it in GitHub Desktop.

Select an option

Save ivanursul/3084d08aa96ccbf7c904 to your computer and use it in GitHub Desktop.
package org.ivanursul.guice.service;
public interface NotificationService {
boolean sendMessage(String msg, String receipient);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment