
org.ocpsoft.common.services.ServiceProvider Maven / Gradle / Ivy
The newest version!
package org.ocpsoft.common.services;
import java.util.List;
import org.ocpsoft.common.pattern.Weighted;
/**
* Used to provide provide pre-enriched services to the {@link ServiceLoader} as an alternate method of
*
* @author Lincoln Baxter, III
*
*/
public interface ServiceProvider extends Weighted
{
List getServices(Class type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy