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

top.jfunc.weixin.EnableWeixinController Maven / Gradle / Ivy

There is a newer version: 1.8.2
Show newest version
package top.jfunc.weixin;

import org.springframework.context.annotation.Import;
import top.jfunc.weixin.controller.WxDevelopFinalController;

import java.lang.annotation.*;

/**
 * 使用的时候使用该注解
 * @author xiongshiyan at 2018/9/6 , contact me with email [email protected] or phone 15208384257
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(WxDevelopFinalController.class)
public @interface EnableWeixinController {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy