Files
spring-integration/src/api/overview.html
Artem Bilan e653742c3d Fix JavaDocs build problems
* Replace self-closing `<hr/>` with plain `<hr>` in the `overview.html`;
add `lang="en"` to avoid warning
* Use Java 15 API link for JavaDocs
* Use `/current` API link for all the required Spring dependencies
2020-12-03 10:38:53 -05:00

28 lines
928 B
HTML

<html lang="en">
<body>
This document is the API specification for Spring Integration
<hr>
<div id="overviewBody">
<p>
For further API reference and developer documentation, see the
<a href="https://docs.spring.io/spring-integration/reference/html/" target="_top">Spring
Integration reference documentation</a>.
That documentation contains more detailed, developer-targeted
descriptions, with conceptual overviews, definitions of terms,
workarounds, and working code examples.
</p>
<p>
<a href="https://projects.spring.io/spring-integration/" target="_top">Spring
Integration main project page</a>
</p>
<p>
If you are interested in commercial training, consultancy, and
support for Spring Integration, please visit <a href="https://spring.io/" target="_top">
https://spring.io</a>
</p>
</div>
</body>
</html>