com.github.datalking.aop.TargetSource 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;
/**
* 获取aop invocation的target
*
* @author yaoo on 4/18/18
*/
public interface TargetSource {
Class> getTargetClass();
Object getTarget();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy