yaframework.amaya-di.1.3.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of amaya-di Show documentation
Show all versions of amaya-di Show documentation
A framework responsible for monitoring and automating the dependency injection process.
open module io.github.amayaframework.di {
// Imports
requires com.github.romanqed.jfunc;
requires com.github.romanqed.jeflect;
requires org.objectweb.asm;
// Exports
exports io.github.amayaframework.di;
exports io.github.amayaframework.di.scheme;
exports io.github.amayaframework.di.graph;
exports io.github.amayaframework.di.stub;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy