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

org.nakedobjects.example.expenses.services.EmailSender Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.example.expenses.services;

public interface EmailSender {

    void sendTextEmail(final String toEmailAddress, final String text);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy