The javadoc of the module-info of the JDK 11 modules use the tag @moduleGraph
.
I guess this is what generates the module graphs: https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/module-summary.html
Is this a non-standard tag? I can't find any documentation on this tag and it doesn't work when I add it.
Is there a way to generate this graph?