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

jadex.bytecode.invocation.IInjector Maven / Gradle / Ivy

There is a newer version: 4.0.267
Show newest version
package jadex.bytecode.invocation;

/**
 *  Interface for generated bean injectors.
 *
 */
public interface IInjector
{
	/**
	 *  Injects properties into a bean.
	 *  
	 *  @param object The target bean object.
	 *  @param properties The bean properties, names followed by values,
	 *  				  size must be even.
	 */
	public void inject(Object object, Object... properties);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy