org.immutables.fixture.strict.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of value-fixture Show documentation
Show all versions of value-fixture Show documentation
Module that contains all tests for the code generation capability
/**
* This package tests strict builder generations
*/
@Value.Style(strictBuilder = true)
package org.immutables.fixture.strict;
import org.immutables.value.Value;