public interface PlugableValidator
| Modifier and Type | Method and Description |
|---|---|
default void |
validateInjectionPointForDefinitionErrors(javax.enterprise.inject.spi.InjectionPoint ij,
javax.enterprise.inject.spi.Bean<?> bean,
BeanManagerImpl beanManager) |
default void |
validateInjectionPointForDeploymentProblems(javax.enterprise.inject.spi.InjectionPoint ij,
javax.enterprise.inject.spi.Bean<?> bean,
BeanManagerImpl beanManager) |
default void validateInjectionPointForDefinitionErrors(javax.enterprise.inject.spi.InjectionPoint ij,
javax.enterprise.inject.spi.Bean<?> bean,
BeanManagerImpl beanManager)
default void validateInjectionPointForDeploymentProblems(javax.enterprise.inject.spi.InjectionPoint ij,
javax.enterprise.inject.spi.Bean<?> bean,
BeanManagerImpl beanManager)
Copyright © 2017. All rights reserved.