Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

JAXBContext.newInstance( String contextPath ) javadoc is missing the @param and @return values #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions jaxb-api/src/main/java/javax/xml/bind/JAXBContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,14 @@ protected JAXBContext() {
* {@link #newInstance(String,ClassLoader)} method with
* the context class loader of the current thread.
*
* @param contextPath
* List of java package names that contain schema
* derived class and/or java to schema (JAXB-annotated)
* mapped classes.
* Packages in {@code contextPath} that are in named modules must be
* {@linkplain java.lang.Module#isOpen open} to at least the {@code java.xml.bind} module.
*
* @return a new instance of a {@code JAXBContext}
* @throws JAXBException if an error was encountered while creating the
* {@code JAXBContext} such as
* <ol>
Expand Down