Serialized Form
|
Package org.jboss.seam.validation |
serialVersionUID: 604440259030722151L
validator
javax.validation.Validator validator
- The validator to be used for method validation.
Although the concrete validator is not necessarily serializable (and HV's implementation indeed isn't) it is still
alright to have it as non-transient field here. Upon passivation not the validator itself will be serialized, but the
proxy injected here, which in turn is serializable.
Copyright © 2011 Seam Framework & Gunnar Morling. All Rights Reserved.