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

com.jack90john.common.utils.bean.trans.BeanTrans 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.TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.CONSTRUCTOR})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface BeanTrans {

    String[] ignoreFields() default {};  //需要忽略的变量名

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy