@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Repeatable(value=ConfineMetaClassChanges.Container.class) public @interface ConfineMetaClassChanges
If a spec class is annotated, the meta classes are restored to as they were before setupSpec() was executed, after cleanupSpec was executed.
If a feature method is annotated, the meta classes are restored to as they were after setup() was executed, before cleanup() is executed. For a data-driven feature method, meta classes are restored after each iteration.
Note: If this extension is applied, then it will use acquire a lock for
Resources.META_CLASS_REGISTRY
ResourceLock
public abstract Class<?>[] value