com.github.datalking.aop.Advisor 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;
import org.aopalliance.aop.Advice;
/**
* Advisor持有Advice
*
* 用于组织target、advice、joinpoint
*
* @author yaoo on 4/18/18
*/
public interface Advisor {
Advice getAdvice();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy