Add javadoc for WXAProxy constructors.
This commit is contained in:
parent
d0218367a2
commit
8ccee90bc7
@ -24,6 +24,11 @@ public class WXAProxy {
|
||||
private final TemplateApi templateApi;
|
||||
private final TemplateMessageApi templateMessageApi;
|
||||
|
||||
/**
|
||||
* Constructs {@link WXAProxy} using {@link FileCacheStorager}.
|
||||
*
|
||||
* @param weixinAccount the {@link WeixinAccount}.
|
||||
*/
|
||||
public WXAProxy(
|
||||
WeixinAccount weixinAccount
|
||||
) {
|
||||
@ -33,6 +38,12 @@ public class WXAProxy {
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs {@link WXAProxy} using specified {@link CacheStorager}.
|
||||
*
|
||||
* @param weixinAccount the {@link WeixinAccount}.
|
||||
* @param cacheStorager the {@link CacheStorager}.
|
||||
*/
|
||||
public WXAProxy(
|
||||
WeixinAccount weixinAccount,
|
||||
CacheStorager<Token> cacheStorager
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user