GH-111 - Package and publish Javadoc.

A lot of Javadoc polish. Not done yet.
This commit is contained in:
Oliver Drotbohm
2023-01-12 01:21:44 +01:00
parent 9a01404ce2
commit 0d009f06c9
33 changed files with 218 additions and 37 deletions

View File

@@ -0,0 +1,5 @@
/**
* Autoconfiguration the {@link org.springframework.modulith.model.ApplicationModules} runtime support.
*/
@org.springframework.lang.NonNullApi
package org.springframework.modulith.runtime.autoconfigure;

View File

@@ -0,0 +1,5 @@
/**
* Support to run {@link org.springframework.modulith.model.ApplicationModules} at application runtime.
*/
@org.springframework.lang.NonNullApi
package org.springframework.modulith.runtime;