blob: 38eaf991ce6b4dcc77dd661025e76757f215cfc2 [file] [log] [blame]
package com.xtremelabs.robolectric.internal;
/**
* Indicates that a class should not be stripped/instrumented under any circumstances.
*/
@java.lang.annotation.Documented
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})
public @interface DoNotInstrument {
}