cool.doudou.pay.assistant.annotation.AliPayNotify Maven / Gradle / Ivy
The newest version!
package cool.doudou.pay.assistant.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* AliPayNotify
*
* @author jiangcs
* @since 2022/2/18
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface AliPayNotify {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy