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 (Di, 15. Sep 2009) $

Method Summary
 void addDeploymentProblem(Throwable t)
          Add deployment problem that causes container aborts processing after validation.
 

Method Detail

addDeploymentProblem

void addDeploymentProblem(Throwable t)
Add deployment problem that causes container aborts processing after validation.

Parameters:
t - throwable


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.