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

fi.jubic.easyconfig.extensions.ConfigExtensionProvider Maven / Gradle / Ivy

There is a newer version: 0.10.4
Show newest version
package fi.jubic.easyconfig.extensions;

import java.lang.annotation.Annotation;

public interface ConfigExtensionProvider {
    T extend(C extensionParams, T configuration);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy