public interface AfterDeploymentValidation
public class MyExtension implements Extension
{
public void afterBeanValidation(@Observes AfterBeanValidation event)
{
...
}
}
Modifier and Type | Method and Description |
---|---|
void |
addDeploymentProblem(java.lang.Throwable t) |