public interface AssemblyService<T>
extends org.springframework.context.ApplicationContextAware
Modifier and Type | Method and Description |
---|---|
List<T> |
findParticipants(Class<T> requiredType)
返回符合的候选列表
|
void |
setExclusions(List<T> exclusions)
设置需要被排除的列表
|
Copyright © 2006–2018 TinyGroup. All rights reserved.