[MPLUGIN-426] add @Description annotation
ITs missing, tests missing, draft.
Looks ok to me
commits added as a review build is failing on GH: does not seem related to this updates, but we'll need to fix because additional failure (like the rat failure I fixed) are not visible
Should the new annotation contain a since field to be able to avoid the since javadoc tag ?
Should the new annotation contain a
sincefield to be able to avoid thesincejavadoc tag ?
Sounds like a plan! But we still have a "dispute", some favour an approach where we instead implement a kotlin kdoc, scala doc and groovy doc parser as well. I am pretty sure if we went that way (ie support external parsers for other JVM languages), we should provide the appropriate parsers/extractors as well. This option here is WAY simpler, but not necessarily better. Maybe this should go to the mailing list AGAIN? WDYT?