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

com.sinszm.wx.annotation.Required Maven / Gradle / Ivy

package com.sinszm.wx.annotation;

import java.lang.annotation.*;

/**
 * 必填验证
 *
 * @author chenjianbo
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Required {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy