
io.contek.invoker.hbdminverse.api.rest.common.RestTickResponse Maven / Gradle / Ivy
package io.contek.invoker.hbdminverse.api.rest.common;
import javax.annotation.concurrent.NotThreadSafe;
@NotThreadSafe
public abstract class RestTickResponse extends RestResponse {
public T tick;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy