Daniel Stieglitz created NIFI-15575:
---------------------------------------
Summary: Introduce the Javadoc snippet tag for the code examples
in the Nifi Javadocs
Key: NIFI-15575
URL: https://issues.apache.org/jira/browse/NIFI-15575
Project: Apache NiFi
Issue Type: Improvement
Components: NiFi API
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
The point of this ticket is replace <pre><code> tags found in the NIFI API
javadoc with the snippet tag. The snippet tag allows for including actual Java
code in the Javadocs without the need to do any escaping. In addition it allows
for specifying other languages such as JSON, property files and plain text.
More information regarding the snippet tag can be seen in the following
[article|https://blogs.oracle.com/javamagazine/java-javadoc-snippet/].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)