Annotation Type InstrumentedMethod


  • @Target({METHOD,CONSTRUCTOR})
    @Retention(RUNTIME)
    public @interface InstrumentedMethod
    Marks an instrumented method.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean dispatcher
      If true, this method generates a dispatcher tracer.
    • Element Detail

      • instrumentationTypes

        InstrumentationType[] instrumentationTypes
        The type of instrumentation that caused this method to be instrumented.
        Returns:
      • instrumentationNames

        java.lang.String[] instrumentationNames
        The name of the instrumentation.
        Returns:
      • dispatcher

        boolean dispatcher
        If true, this method generates a dispatcher tracer.
        Returns:
        Default:
        false