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

com.litongjava.tio.utils.email.GMailFactory Maven / Gradle / Ivy

package com.litongjava.tio.utils.email;

public class GMailFactory implements IEMailFactory {

  @Override
  public EMail getMail() {
    return new GMail();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy