org.immutables.fixture.strict.package-info Maven / Gradle / Ivy
/**
* This package tests strict builder generations
*/
@Value.Style(strictBuilder = true)
package org.immutables.fixture.strict;
import org.immutables.value.Value;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy