com.github.datalking.aop.aspectj.InstantiationModelAwarePointcutAdvisor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-mvc Show documentation
Show all versions of play-mvc Show documentation
simple mvc framework based on java servlet.
The newest version!
package com.github.datalking.aop.aspectj;
import com.github.datalking.aop.PointcutAdvisor;
/**
* @author yaoo on 4/19/18
*/
public interface InstantiationModelAwarePointcutAdvisor extends PointcutAdvisor {
// 这个advisor是否延迟初始化包含的advice
boolean isLazy();
// 这个advisor是否已经实例化advice
boolean isAdviceInstantiated();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy