package net.rubygrapefruit.docs.model; /** * A section is a structural block element, containing sections and other blocks. */ public interface Section extends Component { }