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

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

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

import java.lang.annotation.*;

/**
 * 标记是微信的Mapping,包括WxButton、WxEventMapping、WxMessageMapping
 */
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface WxMapping {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy