Skip to content

Commit 95438a9

Browse files
committed
GH-913 - Package Javadoc for newly introduced packages.
1 parent 34ce0ad commit 95438a9

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* An annotation processor to extract Javadoc from application code for inclusion in generated architecture
3+
* documentation.
4+
*
5+
* @since 1.3
6+
*/
7+
package org.springframework.modulith.apt;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* Method and type documentation metadata.
3+
*
4+
* @since 1.3
5+
*/
6+
package org.springframework.modulith.docs.metadata;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* General utilities for the context of documentation generation.
3+
*
4+
* @since 1.3
5+
*/
6+
package org.springframework.modulith.docs.util;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* Project differences detection implementation.
3+
*
4+
* @since 1.3
5+
*/
6+
package org.springframework.modulith.junit.diff;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* JUnit extension to optimize test case execution depending of the changes made to an application.
3+
*
4+
* @since 1.3
5+
*/
6+
package org.springframework.modulith.junit;

0 commit comments

Comments
 (0)