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

io.apicurio.datamodels.models.union.PrimitiveUnionValueImpl Maven / Gradle / Ivy

The newest version!
package io.apicurio.datamodels.models.union;

public abstract class PrimitiveUnionValueImpl extends UnionValueImpl implements PrimitiveUnionValue {

	public PrimitiveUnionValueImpl() {
	}

	public PrimitiveUnionValueImpl(T value) {
		super(value);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy