| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotatedType | |
|---|---|
| javax.enterprise.inject.spi | The portable extension integration SPI. | 
| Uses of AnnotatedType in javax.enterprise.inject.spi | 
|---|
| Methods in javax.enterprise.inject.spi that return AnnotatedType | ||
|---|---|---|
| 
 | BeanManager.createAnnotatedType(java.lang.Class<T> type)Obtain an AnnotatedTypethat may be used to read the annotations 
 of the given class or interface. | |
|  AnnotatedType<X> | ProcessManagedBean.getAnnotatedBeanClass()Returns the AnnotatedTyperepresenting
 the bean class. | |
|  AnnotatedType<X> | ProcessInjectionTarget.getAnnotatedType()Returns the AnnotatedTyperepresenting
 the managed bean class, session bean class or other Java EE component
 class supporting injection. | |
|  AnnotatedType<X> | ProcessAnnotatedType.getAnnotatedType()Returns the AnnotatedTypeobject that
 will be used by the container to read the declared annotations. | |
|  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)Adds a given AnnotatedTypeto the set
 of types which will be scanned during bean discovery. | |
| 
 | BeanManager.createInjectionTarget(AnnotatedType<T> type)Obtains an InjectionTargetfor the givenAnnotatedType. | |
|  void | ProcessAnnotatedType.setAnnotatedType(AnnotatedType<X> type)Replaces the AnnotatedType. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||