Annotation Interface Trace


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Trace
Annotation for the analytics Aspect.
Author:
mlaroche
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The category where the traced process will be stored.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the process being traced.
  • Element Details

    • category

      String category
      The category where the traced process will be stored.
      Returns:
      the category of the process
    • name

      String name
      The name of the process being traced.
      Returns:
      name of process
      Default:
      ""