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

com.feingto.cloud.config.redis.bean.BaseClass Maven / Gradle / Ivy

The newest version!
package com.feingto.cloud.config.redis.bean;

import com.fasterxml.jackson.annotation.JsonTypeInfo;

import java.io.Serializable;

/**
 * Jackson2 反序列化对象基类
 *
 * @author longfei
 */
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS)
public class BaseClass implements Serializable {
    private static final long serialVersionUID = 6022212673059028202L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy