Bean Validation3.02.01.1
The Bean Validation 1.1 specification provides an annotation based model for validating JavaBeans. It can be used to assert and maintain the integrity of data as it travels through an application. This feature is built on top of Apache BVal.
Enabling this feature
To enable the Bean Validation 1.1 feature, add the following element declaration into your server.xml file, inside the featureManager element:
<feature>beanValidation-1.1</feature>
Standard API packages provided by this feature
- javax.annotation 
- javax.annotation.security 
- javax.annotation.sql 
- javax.validation 
- javax.validation.bootstrap 
- javax.validation.constraints 
- javax.validation.constraintvalidation 
- javax.validation.executable 
- javax.validation.groups 
- javax.validation.metadata 
- javax.validation.spi 
Developing a feature that depends on this feature
If you are developing a feature that depends on this feature, include the following item in the Subsystem-Content header in your feature manifest file.
com.ibm.websphere.appserver.beanValidation-1.1; type="osgi.subsystem.feature"