uk.co.flamingpenguin.jewel.cli
Annotation Type CommandLineInterface


Deprecated. please use CommandLineInterface instead

@Deprecated
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface CommandLineInterface

Associates properties with a Command Line Interface

Author:
Tim Wood

Optional Element Summary
 String application
          Deprecated. The name of the application that this is the interface for
 

application

public abstract String application
Deprecated. 
The name of the application that this is the interface for

Returns:
The name of the application that this is the interface for
Default:
""


Copyright © 2006-2012 lexicalscope. All Rights Reserved.