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

org.immutables.fixture.jdkonly.JdkCopyCons Maven / Gradle / Ivy

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