com.github.azbh111.utils.java.model.IValid 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.model;
/**
*
* @author pyz
* @date 2019/8/27 2:24 PM
*/
public interface IValid {
Res valid();
}