
com.github.thorbenkuck.di.domain.WireRepositoryConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wire-di-runtime-environment Show documentation
Show all versions of wire-di-runtime-environment Show documentation
Easy and simple di using annotation processors
The newest version!
package com.github.thorbenkuck.di.domain;
import com.github.thorbenkuck.di.runtime.WireRepository;
public interface WireRepositoryConfiguration {
void applyTo(WireRepository wireRepository);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy