@ProviderType
public interface BeanLocator
void destroy()
ClassLoader getClassLoader()
String[] getNames()
Class<?> getType(String name) throws BeanLocatorException
BeanLocatorException<T> Map<String,T> locate(Class<T> clazz) throws BeanLocatorException
BeanLocatorExceptionObject locate(String name) throws BeanLocatorException
BeanLocatorException