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

top.lingkang.fv.solon.ValidParams Maven / Gradle / Ivy

package top.lingkang.fv.solon;

import java.lang.annotation.*;

/**
 * 开启当前类的入参校验,这个类通常是controller。
* 对于要校验的入参,添加 {@link top.lingkang.finalvalidated.core.ValidObject} 即可校验
* * @author lingkang * Created by 2024/3/5 */ @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface ValidParams { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy