
com.palantir.javaformat.doc.ImmutableSupplier Maven / Gradle / Ivy
package com.palantir.javaformat.doc;
import com.google.errorprone.annotations.Immutable;
import java.util.function.Supplier;
@Immutable
interface ImmutableSupplier extends Supplier {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy