fix javadoc

This commit is contained in:
Binary Wang 2017-07-06 15:44:58 +08:00 committed by Binary Wang
parent 83623d4eb8
commit 763e48f92f

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)
*/