
org.immutables.fixture.deep.Node 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.deep;
import org.immutables.value.Value;
// Compilation test to prevent recussion
@Value.Style(deepImmutablesDetection = true)
public interface Node {
T value();
Node next();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy