Package com.neeve.cli.annotations

Annotations for command line style invocation via reflection.

See:
          Description

Annotation Types Summary
Argument Defines an argument that can be provided after the command options.
Command Marks a method or an object as an executable command.
Configured Marks a field or a method as configured by the X runtime.
Option Defines an optional command parameter that can be interleaved with command arguments.
RemainingArgs Can be placed on at most one String[] or String field to catch any remaining arguments after any defined optional arguments.
 

Package com.neeve.cli.annotations Description

Annotations for command line style invocation via reflection.

The annotations provided here allow injection of an options and arguments as



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.