/* * SPDX-FileCopyrightText: 2025 kaumei.io * SPDX-License-Identifier: Apache-2.0 */ package io.kaumei.jdbc.anno.model; import javax.lang.model.type.TypeMirror; public record TypeOptional(TypeMirror type, OptionalFlag optional) { }