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

com.iteaj.izone.api.LoggerService Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.iteaj.izone.api;

import java.lang.annotation.Annotation;
import java.lang.reflect.Method;

/**
 * create time: 2020/4/21
 *
 * @author iteaj
 * @since 1.0
 */
public interface LoggerService {

    void record(LoggerEntity entity);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy