-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-913 - Package Javadoc for newly introduced packages.
- Loading branch information
Showing
5 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
spring-modulith-apt/src/main/java/org/springframework/modulith/apt/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/** | ||
* An annotation processor to extract Javadoc from application code for inclusion in generated architecture | ||
* documentation. | ||
* | ||
* @since 1.3 | ||
*/ | ||
package org.springframework.modulith.apt; |
6 changes: 6 additions & 0 deletions
6
...-modulith-docs/src/main/java/org/springframework/modulith/docs/metadata/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/** | ||
* Method and type documentation metadata. | ||
* | ||
* @since 1.3 | ||
*/ | ||
package org.springframework.modulith.docs.metadata; |
6 changes: 6 additions & 0 deletions
6
spring-modulith-docs/src/main/java/org/springframework/modulith/docs/util/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/** | ||
* General utilities for the context of documentation generation. | ||
* | ||
* @since 1.3 | ||
*/ | ||
package org.springframework.modulith.docs.util; |
6 changes: 6 additions & 0 deletions
6
...ng-modulith-junit/src/main/java/org/springframework/modulith/junit/diff/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/** | ||
* Project differences detection implementation. | ||
* | ||
* @since 1.3 | ||
*/ | ||
package org.springframework.modulith.junit.diff; |
6 changes: 6 additions & 0 deletions
6
spring-modulith-junit/src/main/java/org/springframework/modulith/junit/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/** | ||
* JUnit extension to optimize test case execution depending of the changes made to an application. | ||
* | ||
* @since 1.3 | ||
*/ | ||
package org.springframework.modulith.junit; |