Package javax.enterprise.inject.spi
Interface AfterDeploymentValidation
-
public interface AfterDeploymentValidation
Event that is fired after container validates all injection points are valid.- 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
addDeploymentProblem(java.lang.Throwable t)
Add deployment problem that causes container aborts processing after validation.
-