
io.horizon.atom.app.KTenant Maven / Gradle / Ivy
The newest version!
package io.horizon.atom.app;
import java.io.Serializable;
/**
* @author Lang
*/
public class KTenant implements Serializable {
private final String id;
public KTenant(final String id) {
this.id = id;
}
public String id() {
return this.id;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy