Skip to content

Commit

Permalink
GH-913 - Package Javadoc for newly introduced packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 29, 2024
1 parent 34ce0ad commit 95438a9
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
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;
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;
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;
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;
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;

0 comments on commit 95438a9

Please sign in to comment.