首页>代码>SSM+AOP实现日志信息保存在数据库>/web_aopLogging/src/main/java/com/demo/web_aoplogging/common/annotation/log/LogAnnotation.java
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.demo.web_aoplogging.common.annotation.log;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 *
 * @author zhel
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface LogAnnotation {

    // 操作行为类型
    public LogOptType optType();

    // 描述
    public String describe();
    
    // 日志重要程度
    public LogImportance importance();
}
最近下载更多
240598911  LV10 2021年11月3日
2875754292  LV3 2021年6月21日
a82338181  LV7 2021年5月21日
听雨轩丿  LV10 2021年5月5日
清咿酱  LV11 2020年4月21日
你好啊呐  LV19 2020年4月16日
hellozui  LV10 2020年1月17日
gardenia111  LV16 2019年6月21日
18322017067  LV12 2019年5月29日
mx15574  LV6 2019年4月16日
最近浏览更多
shuangfu  LV24 2023年12月2日
三几个  LV11 2023年5月23日
微信网友_6248713511227392  LV11 2022年12月5日
微信网友_6248713511227392  LV11 2022年12月5日
zxc131313  LV12 2022年11月28日
1358849392  LV21 2022年11月10日
00044304  LV6 2022年8月23日
3199625134  LV10 2022年4月24日
丁春秋  LV2 2022年3月14日
吃草的兔子 2022年2月16日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友