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

com.mxixm.fastboot.weixin.annotation.WxAsyncMessage Maven / Gradle / Ivy

The newest version!
package com.mxixm.fastboot.weixin.annotation;

import java.lang.annotation.*;

/**
 * 标记异步发送消息
 */
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface WxAsyncMessage {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy