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

com.mars.aop.constant.AopConstant Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package com.mars.aop.constant;

/**
 * AOP常量
 */
public class AopConstant {

    /**
     * 方法开始前
     */
    public static String START_METHOD = "startMethod";

    /**
     * 方法结束后
     */
    public static String END_METHOD = "endMethod";

    /**
     * 方法异常后
     */
    public static String EXP_METHOD = "exp";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy