Browse Source

fix javadoc

master
Binary Wang 8 years ago
committed by Binary Wang
parent
commit
763e48f92f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      weixin-java-common/src/main/java/me/chanjar/weixin/common/annotation/Required.java

+ 2
- 1
weixin-java-common/src/main/java/me/chanjar/weixin/common/annotation/Required.java View File

@@ -6,9 +6,10 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target; import java.lang.annotation.Target;


/** /**
* <pre>
* 标识某个字段是否是必填的 * 标识某个字段是否是必填的
* <p>
* Created by Binary Wang on 2016/9/25. * Created by Binary Wang on 2016/9/25.
* </pre>
* *
* @author binarywang (https://github.com/binarywang) * @author binarywang (https://github.com/binarywang)
*/ */


Loading…
Cancel
Save