Annotation Type Traced


@Retention(RUNTIME) @Target(METHOD) public @interface Traced
Logs all calls to a method and all calls to methods made during its execution.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • logger

      String logger
      Returns:
      The logger to which the trace info will be logged
      Default:
      "stdout"