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

org.immutables.fixture.deep.Node Maven / Gradle / Ivy

There is a newer version: 2.6.0.alpha0
Show newest version
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