org.glassfish.hk2
Interface Providers<T>


public interface Providers<T>

Created by IntelliJ IDEA. User: dochez Date: 5/3/11 Time: 9:38 AM To change this template use File | Settings | File Templates.


Method Summary
 java.util.Collection<ComponentProvider<T>> all()
           
 ComponentProvider<T> best()
           
 

Method Detail

best

ComponentProvider<T> best()

all

java.util.Collection<ComponentProvider<T>> all()


Copyright © 2011 Oracle Corporation. All Rights Reserved.