Validator
and ValidatorFactory
.@Deprecated public interface ValidationServices extends Service
Responsible for accessing Bean Validation functionality the environment may provide.
This interface is deprecated since Java EE 7. A Bean Validation implementation should provide built-in CDI beans for
Validator
and ValidatorFactory
.
ValidationServices
is a per-deployment service
Modifier and Type | Method and Description |
---|---|
javax.validation.ValidatorFactory |
getDefaultValidatorFactory()
Deprecated.
Obtain a reference to the default ValidatorFactory
|
Copyright © 2008-2015. All Rights Reserved.