com.nulabinc.backlog4j.internal.json.ResponseListImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of backlog4j Show documentation
Show all versions of backlog4j Show documentation
Backlog4j is a Backlog binding library for Java.
package com.nulabinc.backlog4j.internal.json;
import com.nulabinc.backlog4j.ResponseList;
import java.util.ArrayList;
/**
* @author nulab-inc
*/
public class ResponseListImpl extends ArrayList implements ResponseList {
}