com.codota.service.client.requests.Empty Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codota-sdk-java Show documentation
Show all versions of codota-sdk-java Show documentation
Java SDK for working with the Codota API
package com.codota.service.client.requests;
/**
* Created by yahave on 21/12/2016.
*/
public class Empty {
public static Empty EMPTY = new Empty();
}