package net.rubygrapefruit.docs.model; import java.net.URI; public interface Link extends Span { URI getTarget(); }