![JAR search and dependency download from the Maven repository](/logo.png)
com.mzt.logapi.starter.annotation.DiffLogField Maven / Gradle / Ivy
package com.mzt.logapi.starter.annotation;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface DiffLogField {
String name();
String function() default "";
// String dateFormat() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy