Interface TraceabilityReporter
public interface TraceabilityReporter
Interface for reporting placeholder resolution events for traceability.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic TraceabilityReporternoop()A reporter that does nothing.voidonResolution(String expression, Object resolution, List<Object> contextStack) Called when a placeholder expression is resolved.
-
Method Details
-
noop
-
onResolution
-