GH-14 - Remove Lombok from production sources.

Polished a lot of Javadoc.
This commit is contained in:
Oliver Drotbohm
2023-01-12 00:54:04 +01:00
parent 20554c3af3
commit 9ce6bf23ae
87 changed files with 3546 additions and 1061 deletions

View File

@@ -32,7 +32,7 @@ public @interface ApplicationModule {
/**
* The human readable name of the module to be used for display and documentation purposes.
*
* @return
* @return will never be {@literal null}.
*/
String displayName() default "";
@@ -43,7 +43,7 @@ public @interface ApplicationModule {
* {@link NamedInterface}s need to be separated by a double colon {@code ::}, e.g. {@code module::API} if
* {@code module} is the logical module name and {@code API} is the name of the named interface.
*
* @return
* @return will never be {@literal null}.
* @see NamedInterface
*/
String[] allowedDependencies() default {};