Package org.jboss.weld.module
Interface PlugableValidator
-
public interface PlugableValidator
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidvalidateInjectionPointForDefinitionErrors(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager)default voidvalidateInjectionPointForDeploymentProblems(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager)
-
-
-
Method Detail
-
validateInjectionPointForDefinitionErrors
default void validateInjectionPointForDefinitionErrors(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager)
-
validateInjectionPointForDeploymentProblems
default void validateInjectionPointForDeploymentProblems(InjectionPoint ij, Bean<?> bean, BeanManagerImpl beanManager)
-
-