package net.rubygrapefruit.docs.model.buildable; public interface LinkResolver { void resolve(LinkResolverContext context); }