com.github.azbh111.utils.java.lambda.SSerializable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils-java Show documentation
Show all versions of utils-java Show documentation
com.github.azbh111:utils-java
The newest version!
package com.github.azbh111.utils.java.lambda;
import java.io.Serializable;
/**
* @author: zyp
* @date: 2020/11/27 18:54
*/
public interface SSerializable extends Serializable {
}