@Module public class AfterDeploymentValidationImpl extends java.lang.Object implements AfterDeploymentValidation
Constructor and Description |
---|
AfterDeploymentValidationImpl(InjectManager cdiManager) |
Modifier and Type | Method and Description |
---|---|
void |
addDeploymentProblem(java.lang.Throwable exn) |
java.lang.String |
toString() |
public AfterDeploymentValidationImpl(InjectManager cdiManager)
public void addDeploymentProblem(java.lang.Throwable exn)
addDeploymentProblem
in interface AfterDeploymentValidation
public java.lang.String toString()
toString
in class java.lang.Object