com.github.leeonky.util.ConverterExtension Maven / Gradle / Ivy
The newest version!
package com.github.leeonky.util;
public interface ConverterExtension {
void extend(Converter converter);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy