org.nico.aoc.inject.BookInject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of noaoc Show documentation
Show all versions of noaoc Show documentation
Provides aop and ioc capabilities
package org.nico.aoc.inject;
import java.util.Map;
/**
* Inject Book Interface
* @author nico
* @version 创建时间:2017年12月13日 下午9:19:33
*/
public interface BookInject {
/**
* Parameters inject into the object by set method
* @param object be injected Object
* @param parameters the map of key-value -> field-fieldValue
*/
public void parameterSetInject(Object object, Map