|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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 |
|---|
public abstract Class<? extends Environment>[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||