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

com.bizmda.log.annotation.AuditLog Maven / Gradle / Ivy

There is a newer version: 1.0.0.RC4
Show newest version
package com.bizmda.log.annotation;

import java.lang.annotation.*;

/**
 * @author zlt
 * Blog: https://zlt2000.gitee.io
 * Github: https://github.com/zlt2000
 */
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface AuditLog {
    /**
     * 操作信息
     * @return 操作串
     */
    String operation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy