列挙型クラス Documenter.DiagramOptions.ElementsWithoutRelationships

java.lang.ObjectSE
java.lang.EnumSE<Documenter.DiagramOptions.ElementsWithoutRelationships>
org.springframework.modulith.docs.Documenter.DiagramOptions.ElementsWithoutRelationships
実装されたすべてのインターフェース:
SerializableSEComparableSE<Documenter.DiagramOptions.ElementsWithoutRelationships>ConstableSE
含まれているクラス:
Documenter.DiagramOptions

public static enum Documenter.DiagramOptions.ElementsWithoutRelationships extends EnumSE<Documenter.DiagramOptions.ElementsWithoutRelationships>
他のモジュールと関連のないモジュールを作成された図に保持するかどうかを定義する構成設定。デフォルトは HIDDEN です。これを VISIBLE に切り替える場合に除外するモジュールを定義するより詳細な方法については、Documenter.DiagramOptions.withExclusions(Predicate) を参照してください。
作成者:
Oliver Drotbohm
関連事項: