Uses of Class
javax.enterprise.inject.TypeLiteral

Packages that use TypeLiteral
javax.enterprise.event   
javax.enterprise.inject   
 

Uses of TypeLiteral in javax.enterprise.event
 

Methods in javax.enterprise.event with parameters of type TypeLiteral
<U extends T>
Event<U>
Event.select(TypeLiteral<U> subtype, java.lang.annotation.Annotation... bindings)
          Returns a child Event of the type specified and additional specified bindings.
 

Uses of TypeLiteral in javax.enterprise.inject
 

Methods in javax.enterprise.inject with parameters of type TypeLiteral
<U extends T>
Instance<U>
Instance.select(TypeLiteral<U> subtype, java.lang.annotation.Annotation... bindings)
           
 



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