You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
pauxus
changed the title
Merge AST extractor an source extractor
Merge AST extractor and source extractor
Jun 16, 2024
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)
The text was updated successfully, but these errors were encountered: