Skip to content

Commit

Permalink
Javadoc for NullPointerExceptions
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos authored and lukasj committed Oct 29, 2021
1 parent b4d7765 commit ec9fb5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/src/main/java/jakarta/json/spi/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
*
* <p>The API locates and loads providers using {@link java.util.ServiceLoader}.
*
* Unless otherwise noted, passing a null argument to a constructor or method
* in any class or interface in this package will cause a NullPointerException
* to be thrown.
*
* @since JSON Processing 1.0
*/
package jakarta.json.spi;

0 comments on commit ec9fb5c

Please sign in to comment.