All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zone.weixin4j.annotation.WxMessageHandler Maven / Gradle / Ivy

The newest version!
package com.zone.weixin4j.annotation;

import org.springframework.stereotype.Component;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

/**
 * Created by Yz on 2017/3/13.
 * WxMessageHandler
 * WxMessageHandler 注解声明处理消息内容的类
 */
@Target({java.lang.annotation.ElementType.TYPE})
@Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface WxMessageHandler {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy