Annotation Interface AquimaTraceDao
Annotation for classes that are Aquima trace daos.
- Since:
- 9.2
- Author:
- m.mahabiersing
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanTrue if the ITraceDao is a decorator class.Returns the optional name for the trace dao.
-
Element Details
-
name
String nameReturns the optional name for the trace dao.- Returns:
- the optional name for the trace dao.
- Default:
""
-
isDecorator
boolean isDecoratorTrue 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
-