args property

List<String>? args
final

The list of command line arguments to pass to the JAR file's main function for execution.

Implementation

final List<String>? args;