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

sh.ivan.pojo.BooleanHolder Maven / Gradle / Ivy

The newest version!
package sh.ivan.pojo;

import jakarta.validation.constraints.AssertFalse;
import jakarta.validation.constraints.AssertTrue;

public record BooleanHolder(
        @AssertTrue Boolean mustBeTrue, @AssertFalse boolean mustBeFalse, Boolean boxed, boolean primitive) {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy