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

cc.openkit.kitIsNull.KitIsCode Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package cc.openkit.kitIsNull;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 验证是不是身份证
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface KitIsCode {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy