eu.aronnax.smartconstraints.utils.UtilsModuleApacheCommons3 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartconstraints-utils-apachecommons3 Show documentation
Show all versions of smartconstraints-utils-apachecommons3 Show documentation
Not for public use. `org.apache.commons:commons-lang3` based utils implementation. (Clean Architecture)
package eu.aronnax.smartconstraints.utils;
import dagger.Binds;
import dagger.Module;
import eu.aronnax.smartconstraints.domain.port.stringutils.StringUtilsPort;
@Module
public abstract class UtilsModuleApacheCommons3 {
@Binds
abstract StringUtilsPort stringUtilsPort(StringUtilsImpl stringUtils);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy