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

org.immutables.fixture.generics.UsingNotYetGenerateGenerics Maven / Gradle / Ivy

There is a newer version: 2.10.1
Show newest version
package org.immutables.fixture.generics;

import java.util.List;
import org.immutables.value.Value;

@Value.Immutable
interface GenericsAsItIs {}

@Value.Immutable
public interface UsingNotYetGenerateGenerics {
  ImmutableGenericsAsItIs notYetGenerated();

  ImmutableB andThisToo();

  List> notYetInCollection();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy