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

cn.vonce.validator.annotation.Validate Maven / Gradle / Ivy

There is a newer version: 0.9.7
Show newest version
package cn.vonce.validator.annotation;

import java.lang.annotation.*;

/**
 * 统一校验注解规范
 *
 * @author Jovi
 * @version 1.0
 * @email [email protected]
 * @date 2020/1/19 16:23
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Validate {

    Class type();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy