add @Tooltip and/or @Description to NodeDefintion classes in
org.apache.camel.model
------------------------------------------------------------------------------------
Key: CAMEL-2801
URL: https://issues.apache.org/activemq/browse/CAMEL-2801
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Reporter: James Strachan
Fix For: 2.4.0
To make it easier to introspect the model classes and auto-generate
visualisations with good tooltip popup text or more detailed description it
would be good to annotate the Defintion classes with annotations so its easy to
generically process all of the various Defintiion classes.
e.g.
* tool tip text (one sentence brief description)
* more detailed description (wonder if we can use some kinda APT tool to shove
the javadoc code, formatted nicely into an annotation?)
* link to the documentation page about the pattern
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.