org.wildfly.clustering.marshalling.protostream.Any Maven / Gradle / Ivy
/*
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.wildfly.clustering.marshalling.protostream;
import java.util.Objects;
import java.util.function.Supplier;
/**
* A wrapper for an arbitrary object.
* @author Paul Ferraro
*/
public class Any implements Supplier