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

org.tinygroup.assembly.AssemblyService Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
package org.tinygroup.assembly;

import java.util.List;

import org.springframework.context.ApplicationContextAware;

public interface AssemblyService  extends ApplicationContextAware{
	/**
	 * 设置需要被排除的列表
	 * @param exclusions
	 */
	void setExclusions(List exclusions);
	 /**
	  * 返回符合的候选列表
	  * @param requiredType
	  * @return
	  */
	 List findParticipants(Class requiredType);
	 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy