org.immutables.fixture.modifiable.NullableListMap 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.modifiable;
import java.util.List;
import java.util.Map;
import javax.annotation.Nullable;
import org.immutables.value.Value;
@Value.Immutable
@Value.Modifiable
public interface NullableListMap {
@Nullable
Object getObject();
@Nullable
List