ee.bitweb.core.retrofit.Response Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-core Show documentation
Show all versions of spring-core Show documentation
Bitweb Spring Boot Java Core Library
The newest version!
package ee.bitweb.core.retrofit;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class Response {
private T data;
}