args property

List<String> args
getter/setter pair

args is a list of arguments that passed to the application from the console.

Implementation

List<String> args;