Package randoop

Annotation Interface SideEffectFree


@Retention(RUNTIME) @Target(METHOD) public @interface SideEffectFree
A side-effect-free method does not change the state of receiver or parameters.