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

org.javers.mongosupport.MongoLong64 Maven / Gradle / Ivy

There is a newer version: 7.6.1
Show newest version
package org.javers.mongosupport;

import com.google.gson.annotations.SerializedName;

public class MongoLong64 {
    @SerializedName("$numberLong")
    private Long value;

    public Long getValue() {
        return value;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy