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

io.sphere.sdk.json.ReferenceMixIn Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.json;


import com.fasterxml.jackson.annotation.JsonProperty;

abstract class ReferenceMixIn {
    @JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
    abstract Object getObj();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy