org.immutables.fixture.jdkonly.JdkCopyCons 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.jdkonly;
import org.immutables.value.Value;
import java.util.List;
@Value.Immutable
@Value.Style(jdkOnly = true)
public interface JdkCopyCons {
@Value.Parameter
List getStrings();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy