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