public interface ProcessBean<X>
Extension
callback while processing
a bean.
public class MyExtension implements Extension
{
<T> public void
processBean(@Observes ProcessBean<X> event)
{
...
}
}
Modifier and Type | Method and Description |
---|---|
void |
addDefinitionError(java.lang.Throwable t) |
Annotated |
getAnnotated() |
Bean<X> |
getBean() |