添加注释
This commit is contained in:
parent
0b1cca67a4
commit
3e624662d0
@ -25,6 +25,15 @@ import com.foxinmy.weixin4j.type.AccountType;
|
||||
import com.foxinmy.weixin4j.type.EventType;
|
||||
import com.foxinmy.weixin4j.type.MessageType;
|
||||
|
||||
/**
|
||||
* 默认MessageMatcher实现(可以改进)
|
||||
*
|
||||
* @className DefaultMessageMatcher
|
||||
* @author jy
|
||||
* @date 2015年6月10日
|
||||
* @since JDK 1.7
|
||||
* @see
|
||||
*/
|
||||
public class DefaultMessageMatcher implements WeixinMessageMatcher {
|
||||
|
||||
private final Map<MessageKey, Class<?>> messageClassMap;
|
||||
@ -51,7 +60,6 @@ public class DefaultMessageMatcher implements WeixinMessageMatcher {
|
||||
/****************** 企业号事件消息 ******************/
|
||||
// /////////////////////////////////////////////////
|
||||
initQyEventMessageClass();
|
||||
|
||||
}
|
||||
|
||||
private void initGeneralMessageClass() {
|
||||
|
||||
@ -32,7 +32,7 @@ import com.foxinmy.weixin4j.util.AesToken;
|
||||
* @author jy
|
||||
* @date 2014年10月12日
|
||||
* @since JDK 1.7
|
||||
* @see com.foxinmy.weixin4j.messagekey.WeixinMessageKeyDefiner
|
||||
* @see com.foxinmy.weixin4j.dispatcher.WeixinMessageMatcher
|
||||
* @see com.foxinmy.weixin4j.handler.WeixinMessageHandler
|
||||
* @see com.foxinmy.weixin4j.interceptor.WeixinMessageInterceptor
|
||||
* @see com.foxinmy.weixin4j.dispatcher.WeixinMessageDispatcher
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user