Back to index...
package rendering.source;
record ContentRecord(
        String content,
        PositionType positionType
) {
}
Back to index...