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 TemplateApi templateApi;
|
||||||
private final TemplateMessageApi templateMessageApi;
|
private final TemplateMessageApi templateMessageApi;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs {@link WXAProxy} using {@link FileCacheStorager}.
|
||||||
|
*
|
||||||
|
* @param weixinAccount the {@link WeixinAccount}.
|
||||||
|
*/
|
||||||
public WXAProxy(
|
public WXAProxy(
|
||||||
WeixinAccount weixinAccount
|
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(
|
public WXAProxy(
|
||||||
WeixinAccount weixinAccount,
|
WeixinAccount weixinAccount,
|
||||||
CacheStorager<Token> cacheStorager
|
CacheStorager<Token> cacheStorager
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user