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

com.fastobject.diff.DiffLogKey Maven / Gradle / Ivy

The newest version!
package com.fastobject.diff;

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

/**
 * Created by colinsu
 *
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface DiffLogKey {
    String name() default "id";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy