public class CompositeServiceFinder extends Object implements ServiceFinder
ServiceFinder that combines the results of other
ServiceFinders.| Constructor and Description |
|---|
CompositeServiceFinder(ServiceFinder... finders) |
public CompositeServiceFinder(ServiceFinder... finders)
public <T> T find(Class<T> cl, String flavour)
ServiceFinderfind in interface ServiceFindercl - The class of the service.flavour - The flavour of the service. Not yet implemented.Copyright © 2023. All rights reserved.