ck-java.dapper.1.0.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 dapper Show documentation
Show all versions of dapper Show documentation
dapper annotations and utils
module dagger {
requires transitive java.compiler;
requires jakarta.inject;
exports dagger;
exports dagger.multibindings;
exports dagger.internal;
exports dagger.assisted;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy