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 {

    void injection(Object bean);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy