All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ee.bitweb.core.retrofit.Response Maven / Gradle / Ivy

The newest version!
package ee.bitweb.core.retrofit;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class Response {

    private T data;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy