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

com.blade.ioc.Injector Maven / Gradle / Ivy

There is a newer version: 2.0.15.RELEASE
Show newest version
package com.blade.ioc;

/**
 * Bean Injector interface
 *
 * @author biezhi
 * @since 1.5
 */
public interface Injector {

    /**
     * Injection bean
     *
     * @param bean bean instance
     */
    void injection(Object bean);

    void injection(Object bean, Object value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy