io.github.zhyshko.core.util.RequestWrapper Maven / Gradle / Ivy
package io.github.zhyshko.core.util;
import lombok.Builder;
import lombok.Data;
@Data
@Builder
public class RequestWrapper {
private String mapping;
private UpdateType updateType;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy