All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.proteanbear.capricorn.infrastructure.BooleanResponse Maven / Gradle / Ivy

Go to download

Capricorn综合应用技术服务平台:基础通用模块项目,包括项目使用的基础库等内容。

The newest version!
package xyz.proteanbear.capricorn.infrastructure;

/**
 * Bool类型返回包装
 */
public record BooleanResponse(boolean result) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy