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

com.beetl.sql.encrypt.annotation.AES Maven / Gradle / Ivy

The newest version!
package com.beetl.sql.encrypt.annotation;

import com.beetl.sql.encrypt.builder.AESConvert;
import org.beetl.sql.annotation.builder.Builder;

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

@Retention(RetentionPolicy.RUNTIME)
@Target(value = {ElementType.METHOD, ElementType.FIELD})
@Builder(AESConvert.class)
public  @interface AES {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy