Open
Description
JavaDoc comments are not working in VS Code. (Incidentally this applies to both the Anthropic and OpenAI Java APIs.)
My pom.xml
:
<dependency>
<groupId>com.openai</groupId>
<artifactId>openai-java</artifactId>
<version>0.39.0</version>
</dependency>
<dependency>
<groupId>com.anthropic</groupId>
<artifactId>anthropic-java</artifactId>
<version>0.9.2</version>
</dependency>
A screenshot showing there is no JavaDoc:
Browsing to that class, it is definitely missing JavaDoc, at least as it is pulled in by VS Code (is this decompiled or something??):