All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xtremelabs.robolectric.internal.DoNotInstrument Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
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 {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy