
cn.wzy.verifyUtils.annotation.EnableVerify Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of verify-utils Show documentation
Show all versions of verify-utils Show documentation
Demo project for Spring Boot
The newest version!
package cn.wzy.verifyUtils.annotation;
import cn.wzy.verifyUtils.config.VerifyAutoConfiguration;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
/**
* @author wangzy
* @version 2019/3/1 11:31
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(VerifyAutoConfiguration.class)
public @interface EnableVerify {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy