com.telewave.logger.aop.TwLogger Maven / Gradle / Ivy
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();
}