Record Class Link

java.lang.Object
java.lang.Record
net.tangly.dev.adr.Link

public record Link(@NotNull String source, @NotNull String target, @NotNull LinkType type, String text) extends Record
Defines a link between architecture design records.