package net.rubygrapefruit.docs.theme; /** * Some aspect of a document theme, which may be optionally provided by a theme. */ public interface Aspect { }