Uses of Interface
javax.enterprise.inject.Instance

Packages that use Instance
javax.enterprise.inject   
 

Uses of Instance in javax.enterprise.inject
 

Methods in javax.enterprise.inject that return Instance
 Instance<T> Instance.select(java.lang.annotation.Annotation... bindings)
           
<U extends T>
Instance<U>
Instance.select(java.lang.Class<U> subtype, java.lang.annotation.Annotation... bindings)
           
<U extends T>
Instance<U>
Instance.select(TypeLiteral<U> subtype, java.lang.annotation.Annotation... bindings)
           
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.