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

com.github.datalking.aop.support.ExpressionPointcut Maven / Gradle / Ivy

The newest version!
package com.github.datalking.aop.support;

import com.github.datalking.aop.Pointcut;

/**
 * @author yaoo on 4/19/18
 */
public interface ExpressionPointcut extends Pointcut {

    /**
     * 获取切入点表达式
     */
    String getExpression();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy