格式化javadoc

This commit is contained in:
BinaryWang 2016-10-08 17:46:31 +08:00
parent a0dc8ca1ea
commit 049eb957d8
16 changed files with 18 additions and 18 deletions

View File

@ -9,7 +9,7 @@ import java.util.List;
/**
* 门店管理的相关接口代码
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016-09-23.
*/
public interface WxMpStoreService {

View File

@ -9,7 +9,7 @@ import me.chanjar.weixin.mp.bean.tag.WxUserTag;
/**
* 用户标签管理相关接口
* Created by Binary Wang on 2016/9/2.
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
*
*/
public interface WxMpUserTagService {

View File

@ -17,7 +17,7 @@ import java.util.List;
/**
*
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/9/2.
*/
public class WxMpUserTagServiceImpl implements WxMpUserTagService {

View File

@ -10,7 +10,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* 图文分析数据接口返回结果对象
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/8/24.
*/
public class WxDataCubeArticleResult extends WxDataCubeBaseResult {

View File

@ -10,7 +10,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* 图文分析数据接口返回结果对象
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/8/24.
*/
public class WxDataCubeArticleTotal extends WxDataCubeBaseResult {

View File

@ -4,7 +4,7 @@ import com.google.gson.annotations.SerializedName;
/**
* 获取图文群发总数据接口(getarticletotal)中的详细字段
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/8/24.
*/
public class WxDataCubeArticleTotalDetail {

View File

@ -6,7 +6,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
/**
* 统计接口的共用属性类
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/8/25.
*/
public class WxDataCubeBaseResult {
@ -29,5 +29,5 @@ public class WxDataCubeBaseResult {
public void setRefDate(String refDate) {
this.refDate = refDate;
}
}

View File

@ -10,7 +10,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* 接口分析数据接口返回结果对象
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/8/30.
*/
public class WxDataCubeInterfaceResult extends WxDataCubeBaseResult {
@ -98,5 +98,5 @@ public class WxDataCubeInterfaceResult extends WxDataCubeBaseResult {
new TypeToken<List<WxDataCubeInterfaceResult>>() {
}.getType());
}
}

View File

@ -10,7 +10,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* 消息分析数据接口返回结果对象
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/8/29.
*/
public class WxDataCubeMsgResult extends WxDataCubeBaseResult {

View File

@ -15,7 +15,7 @@ import me.chanjar.weixin.common.annotation.Required;
* <li>描述
* </pre>
*
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016-10-08.
*/
@XStreamAlias("xml")

View File

@ -13,7 +13,7 @@ import java.util.List;
/**
* 门店基础信息
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016-09-23.
*/
public class WxMpStoreBaseInfo {

View File

@ -11,7 +11,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* 门店列表结果类
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016-09-27.
*
*/

View File

@ -11,7 +11,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* 获取标签下粉丝列表的结果对象
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016-09-19.
*/
public class WxTagListUser {

View File

@ -12,7 +12,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* 用户标签对象
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/9/2.
*/
public class WxUserTag {

View File

@ -15,7 +15,7 @@ import java.util.List;
import static org.junit.Assert.assertNotNull;
/**
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016-09-23.
*
*/

View File

@ -13,7 +13,7 @@ import java.util.List;
/**
*
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/9/2.
*/
@Test