com.github.datalking.aop.support.ExpressionPointcut Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-ioc Show documentation
Show all versions of play-ioc Show documentation
simple ioc container with aop support.
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