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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
### Status
4
4
5
+
2026: Teams relying on QDox should probably migrate to [JavaParser](https://github.com/javaparser/javaparser), or [Spoon](https://spoon.gforge.inria.fr/), [Rewrite](https://github.com/openrewrite/rewrite), or [Roaster](https://github.com/forge/roaster) which all have active development still.
6
+
5
7
QDox is a high speed, small footprint parser for fully extracting class/interface/method definitions (including annotations, parameters, param names). It is designed to be used by active code generators or documentation tools.
6
8
7
9
Not so relevant anymore, but it also processes JavaDoc @tags
0 commit comments