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

com.github.binarywang.wxpay.v3.SpecEncrypt Maven / Gradle / Ivy

The newest version!
package com.github.binarywang.wxpay.v3;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 敏感信息字段
 * @author zhouyognshen
 **/
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface SpecEncrypt {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy