{8.0.0-new, 8.1.2-deprecated} Args
Command-line arguments can be associated with a microservice using the {@link oaj.microservice.MicroserviceBuilder#args(String...)} method.
When specified, the arguments can be retrieved using the {@link oaj.microservice.Microservice#getArgs()} method which provides an API for easily accessing command-line arguments using common notation:
Args a = Microservice.
Specifying the command-line arguments also makes them available through {@link oaj.svl.vars.ArgsVar $A} SVL variables. These can be used in the configuration file and throughout various Juneau annotations.