We have a very large code base (the Hibernate ORM project) with a lot of existing Javadoc with HTML markup in it.
We would like to write the Javadoc of the new classes as Asciidoctor with Asciidoclet but still keep the old Javadoc in shape. AFAICS, right now, it outputs the HTML markup fully escaped (which is not very surprising but not what we want).
Is there any way to migrate progressively to Asciidoclet, without having to rewrite all our Javadoc in one go?