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

com.jack90john.common.utils.bean.trans.TransTarget Maven / Gradle / Ivy

package com.jack90john.common.utils.bean.trans;

import java.lang.annotation.*;

/**
 *  目标对象注解
 * @author jack
 * @version 1.1.1
 * @since 1.0.0.RELEASE
 */

@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface TransTarget {

    String value();   //目标对象变量名

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy