Annotation Type InjectedTrace


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface InjectedTrace
    This annotation indicates that trace has been injected into a method by a processor in order to avoid double processing. This annotation is not intended to be added manually.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value
      The processing that has been performed.
    • Element Detail

      • value

        java.lang.String[] value
        The processing that has been performed. Each element should be a fully-qualified class name.
        Default:
        {}