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

com.zmops.zeus.facade.SayHelloFacade Maven / Gradle / Ivy

The newest version!
package com.zmops.zeus.facade;

/**
 * @author nantian created at 2021/11/24 15:09
 */
public interface SayHelloFacade {

    void hello(String words);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy