Class SimpleInstrumentation

  • All Implemented Interfaces:
    Instrumentation

    @PublicApi
    @Deprecated
    public class SimpleInstrumentation
    extends java.lang.Object
    implements Instrumentation
    Deprecated.
    use SimplePerformantInstrumentation instead as a base class.
    An implementation of Instrumentation that does nothing. It can be used as a base for derived classes where you only implement the methods you want to. With all the methods in Instrumentation now defaulted (post Java 6) this class is really not needed anymore but has been retained for backwards compatibility reasons.
    • Constructor Detail

      • SimpleInstrumentation

        public SimpleInstrumentation()
        Deprecated.