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.



Copyright © 2007-2012. All Rights Reserved.