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

top.lingkang.finalvalidated.core.ValidObject Maven / Gradle / Ivy

Go to download

final-validator 是一个JavaBean元数据校验模型和方法验证,能够自定义注解来扩展校验范围,符合国内开发习惯的参数校验java库

The newest version!
package top.lingkang.finalvalidated.core;

import java.lang.annotation.*;

/**
 * @author lingkang
 * created by 2024/1/26
 * 开启需要检查的入参对象
 */
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ValidObject {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy