com.mxixm.fastboot.weixin.annotation.WxResponseBody Maven / Gradle / Ivy
The newest version!
package com.mxixm.fastboot.weixin.annotation;
import org.springframework.web.bind.annotation.ResponseBody;
import java.lang.annotation.*;
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@ResponseBody
public @interface WxResponseBody {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy