org.neovera.jdiablo.environment
Annotation Type SpringContext


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SpringContext

Define context files you want to include for initializing Spring in this annotation. Place the annotation on the launchable class. The default values provided herein can be modified by the command line -scf parameter.


Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2014 Neovera Inc.. All rights reserved.