build property

List<Object> build
final

The build 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 build identifier.

Implementation

final List<Object> build;