public abstract class HibernateValidatorInfo extends Object
| Constructor and Description |
|---|
HibernateValidatorInfo() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getVersion()
Returns version of the Hibernate Validator determined from the package
info on classpath.
|
public static int getVersion()
Version number is parsed as: 5.1.1.Final -> 511, 5.2.0-SNAPSHOT -> 520.
Integer.MAX_VALUE if could not be determined.Copyright © 2013–2014. All rights reserved.