org.springframework.http.converter.feed.package-info Maven / Gradle / Ivy
The newest version!
/**
* Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
* Based on the ROME tools project.
*/
@NonNullApi
@NonNullFields
package org.springframework.http.converter.feed;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy