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

org.nico.aoc.aspect.handler.AspectProxyHandlerSupport Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package org.nico.aoc.aspect.handler;

import java.lang.reflect.Method;
import java.util.List;

import org.nico.aoc.aspect.buddy.AspectBuddy.ExecutionEntity.MethodWrapper;
import org.nico.aoc.scan.entity.AspectDic;

/** 
 * Store the information of the agent.
 * 
 * @author nico
 * @version createTime:2018年3月31日 下午9:35:44
 */
public class AspectProxyHandlerSupport {

	protected Method aspectMethod;  

	protected Object aspectObj;

	protected Object beProxyObject;

	protected List beProxyMethods;
	
	protected AspectDic aspectDic;

	public Object getBeProxyObject() {
		return beProxyObject;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy