Java org.springframework.data.util Version fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.util Version fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.util Version.

The text is from its open source code.

Method

booleanisLessThan(Version version)
Returns whether the current Version is less (older) than the given one.
Versionparse(String version)
Parses the given string representation of a version into a Version object.