eu.merrymake.service.java.NullMerrymake Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-service-library Show documentation
Show all versions of java-service-library Show documentation
Various tools for interacting with Merrymake.
The newest version!
package eu.merrymake.service.java;
public class NullMerrymake implements MerrymakeInterface {
NullMerrymake(){}
public MerrymakeInterface handle(String action, ActionHandler handler){return this;}
public void init(InitHandler handler){}
}