org.neovera.jdiablo.annotation
Annotation Type SkipEnvironment


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

Declare environments to skip from the UseEnvironment annotation. This is useful where you have a base class that declares your most common environment usage scenario and you want to skip a few for particular derived launchable types.


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

Element Detail

value

public abstract Class<? extends Environment>[] value


Copyright © 2014 Neovera Inc.. All rights reserved.