jakartaee / jsonb-api

Jakarta JSON Binding
https://eclipse-ee4j.github.io/jsonb-api/
Other
78 stars 39 forks source link

Missing module definition from the Javadoc /element-list #289

Open asvanberg opened 2 years ago

asvanberg commented 2 years ago

See https://javadoc.io/doc/jakarta.json.bind/jakarta.json.bind-api/2.0.0/element-list or download the Javadoc jar from https://repo1.maven.org/maven2/jakarta/json/bind/jakarta.json.bind-api/2.0.0/

This lacks the module definition causing warnings when trying to link to the API when generating Javadoc for a modular application.

However when generating Javadoc locally for the JSON-B API the module definition is there.