Support classes for feed generation, providing View implementations for Atom and RSS. Based on the ROME tools project.
/** * Support classes for feed generation, providing View implementations for Atom and RSS. * Based on the <a href="https://github.com/rometools/rome">ROME tools</a> project. */
@NonNullApi @NonNullFields package org.springframework.web.servlet.view.feed; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;