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

io.smallrye.config.common.AbstractConverter Maven / Gradle / Ivy

There is a newer version: 3.10.1
Show newest version
package io.smallrye.config.common;

import java.io.Serializable;

import org.eclipse.microprofile.config.spi.Converter;

/**
 * A basic converter.
 */
public abstract class AbstractConverter implements Converter, Serializable {
    private static final long serialVersionUID = 6881031847338407885L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy