Package org.neovera.jdiablo.annotation

Annotation Types Summary
Option Use this annotation against properties in your Launchable class (or Environment) to define command line options accepted by the program.
RawOptions Use this annotation against a field that is of type List to get access to a raw list of options along with the property in the bean that it was bound to and the setter method used for that property.
SkipEnvironment Declare environments to skip from the UseEnvironment annotation.
State Annotate an ExecutionHandler property type in the Launchable class to get access to an instance of ExecutionHandler or HelpProvider for access to Environments, chained builder to launch another Launchable from within this one and to access help information.
UseEnvironment Annotate the Launchable class with the environments (e.g.
UseOptionValueProviders Annotate the Launchable class with the option value providers to be used to supply "default" values (e.g.
 



Copyright © 2014 Neovera Inc.. All rights reserved.