GH-913 - Package Javadoc for newly introduced packages.

This commit is contained in:
Oliver Drotbohm
2024-10-29 15:25:51 +01:00
parent 34ce0add03
commit 95438a997f
5 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/**
* Method and type documentation metadata.
*
* @since 1.3
*/
package org.springframework.modulith.docs.metadata;

View File

@@ -0,0 +1,6 @@
/**
* General utilities for the context of documentation generation.
*
* @since 1.3
*/
package org.springframework.modulith.docs.util;