mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
批量格式化代码
This commit is contained in:
@@ -7,13 +7,13 @@ import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* 标识某个字段是否是必填的
|
||||
*
|
||||
* <p>
|
||||
* Created by Binary Wang on 2016/9/25.
|
||||
* @author binarywang (https://github.com/binarywang)
|
||||
*
|
||||
* @author binarywang (https://github.com/binarywang)
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.FIELD)
|
||||
public @interface Required {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user