diff --git a/src/template/incremental/Notification.tt b/src/template/incremental/Notification.tt
index fd7f43fe15fe35ab165363b0c2a4560e39d757ae..b7486f5dc0661f5e545dd60e235fb9d577fee224 100644
--- a/src/template/incremental/Notification.tt
+++ b/src/template/incremental/Notification.tt
@@ -235,7 +235,7 @@ $endif
   #resetCache
   #(signature)_handler.notifyDependencies();
   $if (TraceFlush)
-  state().trace().flushIncAttr($HostClass.this, "#signature", "", "");
+  state().trace().flushIncAttr(#hostClassName.this, "#hostClassName.#signatureJavaStyle", "", "");
   $endif
 }
 $endif