Add missing @since tag

This commit is contained in:
Phillip Webb
2014-09-25 20:09:49 -07:00
parent 1ed90df630
commit 08f2522eba

View File

@@ -31,6 +31,7 @@ import com.fasterxml.jackson.databind.SerializationFeature;
* Configuration properties to configure Jackson
*
* @author Andy Wilkinson
* @since 1.2.0
*/
@ConfigurationProperties(prefix = "spring.jackson")
public class JacksonProperties {