Commit a434e5cc authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Fix JsonbHttpMessageConvertersConfiguration javadoc

Closes gh-11368
parent 48f4508a
...@@ -34,7 +34,7 @@ import org.springframework.http.converter.json.MappingJackson2HttpMessageConvert ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment