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(Annotation... qualifiers)
          Creates new Instance with given qualifiers.
<U extends T>
Instance<U>
Instance.select(Class<U> subtype, Annotation... qualifiers)
          Returns new child instance with given class and qualifiers.
<U extends T>
Instance<U>
Instance.select(TypeLiteral<U> subtype, Annotation... qualifiers)
          Return new child instance with given class info and qualifiers.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.