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(Class<T> type)
          Returns a AnnotatedType instance for the given class.
 AnnotatedType<X> ProcessManagedBean.getAnnotatedBeanClass()
          Returns annotated type.
 AnnotatedType<X> ProcessAnnotatedType.getAnnotatedType()
          Gets annotated type.
 AnnotatedType<X> ProcessInjectionTarget.getAnnotatedType()
          Gets annotated type.
 AnnotatedType<X> AnnotatedMember.getDeclaringType()
          Returns member's declaring type.
 

Methods in javax.enterprise.inject.spi with parameters of type AnnotatedType
 void BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?> type)
          Adds new annotated type.
<T> InjectionTarget<T>
BeanManager.createInjectionTarget(AnnotatedType<T> type)
          Creates a new instance of injection target.
 void ProcessAnnotatedType.setAnnotatedType(AnnotatedType<X> type)
          Replaces annotated type.
 



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