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

com.networknt.router.Dummy Maven / Gradle / Ivy

The newest version!
package com.networknt.router;

/**
 * This is a dummy class that to force the fat jar to be released.
 *
 * @author Steve Hu
 */
public class Dummy {
    /**
     * @param name Name
     */
    public void sayHello(String name) {
        ;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy