org.powermock.classloading.spi
Annotation Type DoNotClone


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Inherited
public @interface DoNotClone

Fields annotated with this annotation are not allowed to be cloned by a Deep Cloner implementation.