修改@author注释为jinyu(foxinmy@gmail.com)

This commit is contained in:
jinyu
2016-05-16 18:31:39 +08:00
parent 1958967057
commit 7be24ab658
405 changed files with 418 additions and 418 deletions
@@ -18,7 +18,7 @@ import com.foxinmy.weixin4j.util.AesToken;
* 微信消息服务:需要另外开启一个线程去启动服务,比如在spring mvc中
*
* @className Weixin4jServerStartupWithThread
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月7日
* @since JDK 1.7
* @see
@@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.startup.WeixinServerBootstrap;
* 微信消息服务:单独作为一个服务jar包启动
*
* @className Weixin4jServerStartupWithoutThread
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月7日
* @since JDK 1.7
* @see
@@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.response.WeixinResponse;
* 输入 hello 回复 world
*
* @className HelloMessageHandler
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年12月27日
* @since JDK 1.7
* @see
@@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.response.WeixinResponse;
* 处理关注消息
*
* @className SubscribeMessageHandler
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年12月3日
* @since JDK 1.7
* @see
@@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.response.WeixinResponse;
* 文本消息处理
*
* @className TextMessageHandler
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年11月18日
* @since JDK 1.7
* @see
@@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.response.WeixinResponse;
* 只处理语音消息
*
* @className VoiceMessageHandler
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年11月18日
* @since JDK 1.7
* @see