Package javax.enterprise.inject.spi
Interface ProcessManagedBean<X>
-
- Type Parameters:
X
- bean class
- All Superinterfaces:
ProcessBean<X>
- All Known Subinterfaces:
ProcessSessionBean<X>
public interface ProcessManagedBean<X> extends ProcessBean<X>
Fired before registering managed bean.- Version:
- $Rev: 815435 $ $Date: 2009-09-15 20:18:44 +0200 (Tue, 15 Sep 2009) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatedType<X>
getAnnotatedBeanClass()
Returns annotated type.-
Methods inherited from interface javax.enterprise.inject.spi.ProcessBean
addDefinitionError, getAnnotated, getBean
-
-
-
-
Method Detail
-
getAnnotatedBeanClass
AnnotatedType<X> getAnnotatedBeanClass()
Returns annotated type.- Returns:
- annotated type
-
-