All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tk.hongkailiu.test.app.guice.MessageService Maven / Gradle / Ivy

The newest version!
package tk.hongkailiu.test.app.guice;

/**
 * Created by hongkailiu on 2015-04-08.
 */
public interface MessageService {
    boolean sendMessage(String msg, String receipient);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy