uk.co.grahamcox.spring.cli.options
Annotation Type WireOption


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface WireOption

Annotation to place on a setter method to wire a command line option into

Author:
graham

Required Element Summary
 String value
          The name of the command line option
 

Element Detail

value

public abstract String value
The name of the command line option



Copyright © 2011. All Rights Reserved.