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

com.admin4j.common.compare.ObjectCompareFiled Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package com.admin4j.common.compare;

import java.lang.annotation.*;

/**
 * @author andanyang
 * @since 2022/2/17 9:06
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface ObjectCompareFiled {

    /**
     * 忽略比较
     *
     * @return
     */
    boolean ignore() default false;

    /**
     * 目标为空时,是否忽略比较
     *
     * @return
     */
    boolean ignoreTargetNull() default false;

    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy