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

com.litongjava.tio.utils.notification.LarksuiteNotificationFectory Maven / Gradle / Ivy

package com.litongjava.tio.utils.notification;

public class LarksuiteNotificationFectory implements INotificationFactory {

  @Override
  public INotification getNotifaction() {
    return new LarksuiteNotification();
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy