|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Documented
@Inherited
@Target(value={METHOD,TYPE})
public @interface RunOnlyInDevelopment
The RunOnlyInDevelopment annotation marks a class or method that it should only be executed in the development enviroment. This is useful for incomplete testcases that should be executed just yet in the continuous integration enviroment or maybe the testcase must be followed by some manual work and isn't suitable to be run in a continuous integration enviroment.
Usage for a method:
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: REQUIRED | OPTIONAL
DETAIL: ELEMENT