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

com.jl.encrypt.annotate.JDecode Maven / Gradle / Ivy

The newest version!
package com.jl.encrypt.annotate;

import java.lang.annotation.*;

/**
 * 私钥解密注解
 * body入参
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface JDecode {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy