preRelease property

List<Object> preRelease
final

The pre-release identifier: "foo" in "1.2.3-foo".

This is split into a list of components, each of which may be either a string or a non-negative integer. It may also be empty, indicating that this version has no pre-release identifier.

Implementation

final List<Object> preRelease;