We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you were to add attributes, such as [Test] to say a function, you'd do it like:
[Test]
(defn ^{Attribute "Test"} foo [arg] ...)
Also see this exchange from the mail list.