Github user rdowner commented on the issue:
https://github.com/apache/brooklyn-server/pull/906
I'd be in favour of defining code/doc patterns where we can do this kind of
stuff. Initializers are a bit of an odd case - catalog items such as entities,
policies etc. are all self-documenting (to a degree; at least it's possible to
write the documentation in the code and have it appear in the UI), but
initializers tend to fly under the radar - they don't appear in the UI and they
don't have the blank spaces to write much documentation. I'd like to see this
change!
---