com.labs64.netlicensing.util.Visitable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netlicensing-client Show documentation
Show all versions of netlicensing-client Show documentation
Java wrapper for Labs64 NetLicensing RESTful API
package com.labs64.netlicensing.util;
public class Visitable {
public void accept(final Visitor visitor) throws Exception {
visitor.visit(this);
}
}