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

com.mx.path.model.mdx.model.ondemand.mixins.AccountTransactionsMixIn Maven / Gradle / Ivy

package com.mx.path.model.mdx.model.ondemand.mixins;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonRootName;

@JsonRootName("account")
public interface AccountTransactionsMixIn {
  @JsonIgnore
  boolean getWrapped();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy