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

com.jonnymatts.jzonbie.jackson.responses.DefaultingQueueMixIn Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package com.jonnymatts.jzonbie.jackson.responses;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.jonnymatts.jzonbie.responses.AppResponse;

import java.util.ArrayDeque;

public abstract class DefaultingQueueMixIn {

    @JsonProperty("primed")
    private ArrayDeque deque;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy