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

nonimmutables.YieldField Maven / Gradle / Ivy

There is a newer version: 2.6.0.alpha0
Show newest version
package nonimmutables;

import org.immutables.value.Value;

@Value.Immutable
public interface YieldField {

    int getYield();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy