Annotation Type DoNotInstrument
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface DoNotInstrumentIndicates that a class should not be stripped/instrumented under any circumstances.
@Documented
@Retention(RUNTIME)
@Target(TYPE)
public @interface DoNotInstrument