blackbuild / anno-docimal

JavaDoc for generated code
MIT License
1 stars 0 forks source link

Merge AST extractor and source extractor #18

Open pauxus opened 1 month ago

pauxus commented 1 month ago

Both extract javadoc from an AST node, so source extraction should just be a fallback step from AST extraction.

Refactor separate steps into services, which can be injected (SPI mechanism)

pauxus commented 1 month ago

This is actually not necessary. Since the source-extractor runs in an earlier compilation phase, when the AST extractor is used, the javadoc will already be placed in an annotation.

Still the naming should be improved.