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

org.springframework.biz.aop.aware.BeanSelfAware Maven / Gradle / Ivy

There is a newer version: 1.0.7.RELEASE
Show newest version
package org.springframework.biz.aop.aware;

public interface BeanSelfAware {
	 
	//实现BeanSelfAware接口 
	public void setSelf(Object proxyBean);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy