org.neovera.jdiablo.annotation
Annotation Type UseEnvironment


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

Annotate the Launchable class with the environments (e.g. Spring) needed to run the code.


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

Element Detail

value

public abstract Class<? extends Environment>[] value


Copyright © 2014 Neovera Inc.. All rights reserved.