com.mxixm.fastboot.weixin.controller.invoker.annotation.WxApiForm Maven / Gradle / Ivy
The newest version!
package com.mxixm.fastboot.weixin.controller.invoker.annotation;
import org.springframework.web.bind.annotation.ValueConstants;
import java.lang.annotation.*;
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface WxApiForm {
String value() default ValueConstants.DEFAULT_NONE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy