jsonb-api icon indicating copy to clipboard operation
jsonb-api copied to clipboard

Missing module definition from the Javadoc /element-list

Open asvanberg opened this issue 4 years ago • 0 comments

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.

asvanberg avatar Oct 27 '21 11:10 asvanberg