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

com.github.andyshao.util.annotation.CopyConvertor Maven / Gradle / Ivy

The newest version!
package com.github.andyshao.util.annotation;

import com.github.andyshao.util.EntityOperation.PropertyConvert;

import java.lang.annotation.*;

/**
 * Copy convertor annotation
 */
@Target({ElementType.FIELD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface CopyConvertor {
    /**
     * convertor
     * @return {@link PropertyConvert}
     */
    Class convertor(); 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy