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

com.mzt.logapi.starter.annotation.DiffLogField Maven / Gradle / Ivy

There is a newer version: 3.0.6-oxadmin
Show newest version
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