Package dalvik.annotation
Annotation Type SideEffect
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SideEffect
Marks a test-case as either having a side-effect that other tests might
notice or suffering from such a side effect. Such tests should be run in an
isolated manner.