This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix javadoc
master
Binary Wang
7 years ago
committed by
Binary Wang
parent
83623d4eb8
commit
763e48f92f
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
/**
* <pre>
* 标识某个字段是否是必填的
* <p>
* Created by Binary Wang on 2016/9/25.
* </pre>
*
* @author binarywang (https://github.com/binarywang)
*/
Write
Preview
Loading…
Cancel
Save