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

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

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

import org.springframework.stereotype.Controller;

import java.lang.annotation.*;

/**
 * FastBootWeixin  WxController
 *
 * @author Guangshan
 * @summary FastBootWeixin  WxController
 * @Copyright (c) 2017, Guangshan Group All Rights Reserved
 * @since 2017/8/12 22:51
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Controller
@WxResponseBody
public @interface WxController {

    String value() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy