Class ApplicationModuleInformation.JMoleculesModule
java.lang.Object
org.springframework.modulith.core.ApplicationModuleInformation.JMoleculesModule
- All Implemented Interfaces:
ApplicationModuleInformation
- Enclosing interface:
- ApplicationModuleInformation
public static class ApplicationModuleInformation.JMoleculesModule
extends Object
implements ApplicationModuleInformation
An
ApplicationModuleInformation for the jMolecules Module annotation.- Author:
- Oliver Drotbohm
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.modulith.core.ApplicationModuleInformation
ApplicationModuleInformation.JMoleculesModule, ApplicationModuleInformation.SpringModulithModule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all allowed dependencies.Returns the display name to be used to describe the module.static booleansupports(JavaPackage javaPackage)
-
Constructor Details
-
JMoleculesModule
-
-
Method Details
-
supports
-
getDisplayName
Description copied from interface:ApplicationModuleInformationReturns the display name to be used to describe the module.- Specified by:
getDisplayNamein interfaceApplicationModuleInformation- Returns:
- will never be null.
-
getAllowedDependencies
Description copied from interface:ApplicationModuleInformationReturns all allowed dependencies.- Specified by:
getAllowedDependenciesin interfaceApplicationModuleInformation- Returns:
- will never be null.
-