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

io.github.zhyshko.core.i18n.I18NWrapperPreparer Maven / Gradle / Ivy

The newest version!
package io.github.zhyshko.core.i18n;

import io.github.zhyshko.core.i18n.impl.I18NLabelsWrapper;
import io.github.zhyshko.core.util.UpdateWrapper;
import org.springframework.stereotype.Component;

@Component
public interface I18NWrapperPreparer {

    I18NLabelsWrapper prepareWrapper(UpdateWrapper wrapper);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy