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

com.telewave.logger.aop.TwLogger Maven / Gradle / Ivy

There is a newer version: 1.1.1.7
Show newest version
package com.telewave.logger.aop;

import java.lang.annotation.*;

/**
 * Created by aiowang on 2018/7/19.
 */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface TwLogger {

    /**
     * 默认,暂时无用
     * @return 返回字符
     */
    String value() default "";

    MothodType[] mothodType() default {};

    String modelName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy