net.servicestack.func.ActionVoid Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
A client library to call your ServiceStack webservices.
The newest version!
package net.servicestack.func;
/**
* Created by mythz on 3/21/2017.
*/
public interface ActionVoid {
public void apply();
}