Enum Class Documenter.DiagramOptions.ElementsWithoutRelationships

java.lang.Object
java.lang.Enum<Documenter.DiagramOptions.ElementsWithoutRelationships>
org.springframework.modulith.docs.Documenter.DiagramOptions.ElementsWithoutRelationships
All Implemented Interfaces:
Serializable, Comparable<Documenter.DiagramOptions.ElementsWithoutRelationships>, Constable
Enclosing class:
Documenter.DiagramOptions

public static enum Documenter.DiagramOptions.ElementsWithoutRelationships extends Enum<Documenter.DiagramOptions.ElementsWithoutRelationships>
Configuration setting to define whether modules that do not have a relationship to any other module shall be retained in the diagrams created. The default is HIDDEN. See Documenter.DiagramOptions.withExclusions(Predicate) for a more fine-grained way of defining which modules to exclude in case you flip this to VISIBLE.
Author:
Oliver Drotbohm
See Also: