org.immutables.fixture.couse.NotYetGeneratedGenericsInDefaultInitializer 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.couse;
import java.util.function.Supplier;
import java.util.stream.Stream;
import org.immutables.value.Value;
@Value.Style // reset
@Value.Immutable
interface NotYetGeneratedGenericsInDefaultInitializer {
@Value.Style // reset
@Value.Immutable
interface ToBeGenX {}
@Value.Default
default Supplier>> getEventSupplier() {
return Stream::empty;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy