Annotation Interface AquimaTraceDao


@Component @Retention(RUNTIME) @Target(TYPE) public @interface AquimaTraceDao
Annotation for classes that are Aquima trace daos.
Since:
9.2
Author:
m.mahabiersing
See Also:
  • ITraceDao
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    True if the ITraceDao is a decorator class.
    Returns the optional name for the trace dao.
  • Element Details

    • name

      String name
      Returns the optional name for the trace dao.
      Returns:
      the optional name for the trace dao.
      Default:
      ""
    • isDecorator

      boolean isDecorator
      True if the ITraceDao is a decorator class. Only one decorator class is allowed
      Returns:
      true if TraceDao is meant for decorating another TraceDao, false if TraceDao is the only default TraceDao
      Default:
      false