fix javadoc

This commit is contained in:
Binary Wang
2017-07-06 15:44:58 +08:00
parent 15d7773f8a
commit 368dbc9721

View File

@ -6,9 +6,10 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* <pre>
* 标识某个字段是否是必填的
* <p>
* Created by Binary Wang on 2016/9/25.
* </pre>
*
* @author binarywang (https://github.com/binarywang)
*/