Annotation Type Traced


@Retention(RUNTIME) @Target(METHOD) public @interface Traced
Logs all calls to a method in the logger specified in `logger` and also to all calls of methods inside of it.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • logger

      String logger
      Default:
      "stdout"