Skip to content

Commit 368dbc9

Browse files
committed
fix javadoc
1 parent 15d7773 commit 368dbc9

File tree

1 file changed

+2
-1
lines changed
  • weixin-java-common/src/main/java/me/chanjar/weixin/common/annotation

1 file changed

+2
-1
lines changed

weixin-java-common/src/main/java/me/chanjar/weixin/common/annotation/Required.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
import java.lang.annotation.Target;
77

88
/**
9+
* <pre>
910
* 标识某个字段是否是必填的
10-
* <p>
1111
* Created by Binary Wang on 2016/9/25.
12+
* </pre>
1213
*
1314
* @author binarywang (https://github.com/binarywang)
1415
*/

0 commit comments

Comments
 (0)