Skip to content

Commit

Permalink
Polish Javadoc for JsonMappingProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
nstdio committed Apr 8, 2022
1 parent 7a99e64 commit b7ae45a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public interface JsonMappingProvider {
* Finds the first available {@code JsonMappingProvider}.
*
* @return The {@code JsonMappingProvider}.
*
* @throws JsonMappingProviderNotFoundException When cannot find any provider.
*/
static JsonMappingProvider provider() {
return loader()
Expand Down

0 comments on commit b7ae45a

Please sign in to comment.