yangys
2024-05-18 cc0bdfb33ef638dfafe3185c92c7076d815e1c9b
smart-starter-api-crypto/src/main/java/com/qianwen/core/api/crypto/annotation/encrypt/ApiEncryptAes.java
@@ -12,7 +12,6 @@
@ApiEncrypt(CryptoType.AES)
@Retention(RetentionPolicy.RUNTIME)
@Documented
/* loaded from: blade-starter-api-crypto-9.3.0.0-SNAPSHOT.jar:org/springblade/core/api/crypto/annotation/encrypt/ApiEncryptAes.class */
public @interface ApiEncryptAes {
    @AliasFor(annotation = ApiEncrypt.class)
    String secretKey() default "";