org.immutables.fixture.builder.ForLambdaBuilder 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
package org.immutables.fixture.builder;
import org.immutables.fixture.builder.attribute_builders.FirstPartyImmutable;
import org.immutables.fixture.builder.attribute_builders.ThirdPartyImmutable;
import org.immutables.value.Value;
@Value.Immutable
@Value.Style(attributeBuilderDetection = true)
public interface ForLambdaBuilder {
FirstPartyImmutable firstPartyImmutable();
ThirdPartyImmutable thirdPartyImmutable();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy