Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2983#discussion_r214887528
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/HashAttribute.java
---
@@ -51,6 +50,9 @@
import org.apache.nifi.processor.util.StandardValidators;
/**
--- End diff --
It is too bad there isn't a nifi deprecated annotation, or a way for the
system to pick up the standard deprecated annotation and give a visual clue in
the ui
---