Investigate if there is a way to use external javadoc into notebooks.
JShell provides javadoc only for classes which are part of the JDK distribution. However, many maven dependencies provides also a javadoc jar archive. It would be interesting to see if it is feasible to parse and integrate the parsing results into notebook for inspection facility.
Investigate if there is a way to use external javadoc into notebooks. JShell provides javadoc only for classes which are part of the JDK distribution. However, many maven dependencies provides also a javadoc jar archive. It would be interesting to see if it is feasible to parse and integrate the parsing results into notebook for inspection facility.