args property

List<String>? args
final

A list of command line arguments passed to the JAR file's main function when executed.

Implementation

final List<String>? args;