Fix JsonbHttpMessageConvertersConfiguration javadoc
Closes gh-11368
This commit is contained in:
committed by
Stephane Nicoll
parent
48f4508aef
commit
a434e5cc5f
@@ -34,7 +34,7 @@ import org.springframework.http.converter.json.MappingJackson2HttpMessageConvert
|
||||
* Configuration for HTTP Message converters that use JSON-B.
|
||||
*
|
||||
* @author Eddú Meléndez
|
||||
* @author 2.0.0
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnClass(Jsonb.class)
|
||||
|
||||
Reference in New Issue
Block a user