Uses of Interface
javax.enterprise.inject.spi.AnnotatedType

Packages that use AnnotatedType
javax.enterprise.inject.spi   
 

Uses of AnnotatedType in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return AnnotatedType
<T> AnnotatedType<T>
BeanManager.createAnnotatedType(java.lang.Class<T> type)
          Get an AnnotatedType for the given class
 AnnotatedType<X> ProcessManagedBean.getAnnotatedBeanClass()
           
 AnnotatedType<X> ProcessSessionBean.getAnnotatedSessionBeanClass()
           
 AnnotatedType<X> ProcessInjectionTarget.getAnnotatedType()
           
 AnnotatedType<X> ProcessAnnotatedType.getAnnotatedType()
           
 AnnotatedType<X> AnnotatedMember.getDeclaringType()
          Get the type which declares this member
 

Methods in javax.enterprise.inject.spi with parameters of type AnnotatedType
 void BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?> type)
           
<T> InjectionTarget<T>
BeanManager.createInjectionTarget(AnnotatedType<T> type)
          Returns an InjectionTarget to allow injection into custom beans or non-contextual instances by portable extensions.
 void ProcessAnnotatedType.setAnnotatedType(AnnotatedType<X> type)
           
 



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