Package javax.enterprise.inject.spi
Interface ProcessBean<X>
-
- Type Parameters:
X
- bean class
- All Known Subinterfaces:
ProcessManagedBean<X>
,ProcessProducerField<X,T>
,ProcessProducerMethod<X,T>
,ProcessSessionBean<X>
public interface ProcessBean<X>
Fires event before registering bean with container.- 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 void
addDefinitionError(java.lang.Throwable t)
Aborts processing.Annotated
getAnnotated()
Returns annotated.Bean<X>
getBean()
Returns bean instance.
-