org.neovera.jdiablo.annotation
Annotation Type UseOptionValueProviders


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface UseOptionValueProviders

Annotate the Launchable class with the option value providers to be used to supply "default" values (e.g. SpringContextProvider uses the @SpringContext annotation in the Launchable to get the context files to be used).


Required Element Summary
 Class<? extends OptionValueProvider>[] value
           
 

Element Detail

value

public abstract Class<? extends OptionValueProvider>[] value


Copyright © 2014 Neovera Inc.. All rights reserved.