Skip to content

Instantly share code, notes, and snippets.

@daveRanjan
Created November 29, 2016 17:29
Show Gist options
  • Save daveRanjan/7948f51665dbf4b46ff2d10bf8ff9067 to your computer and use it in GitHub Desktop.
Save daveRanjan/7948f51665dbf4b46ff2d10bf8ff9067 to your computer and use it in GitHub Desktop.
public interface EmailSender {
default void send(){
System.out.println("Email send successfully");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment