Annotated DI (Fabric/Quilt)
Modby The_Fireplace
Dependency Injection library for Fabric/Quilt mods
Type
Mod
CurseForge Downloads
44,798
CurseForge ID
501373
Last Updated
Jul 27, 2026
Description
This project is for the Fabric/Quilt version of the mod. Click here for the Forge version of the mod.
Annotated DI is a wrapper around Guice with a few extra utilities added for more convenient use with Minecraft mods. This allows the Dependency Injection design pattern to be used when making mods and APIs for them.
Extra utilities for modders:
- The @Implementation annotation, which can be used to wire up all the dependencies conveniently without needing to make a separate file to configure all the bindings, and without forcing the API to have a compile time dependency on the implementation.
- A central Injector for each mod, which allows mods to inject classes/interfaces from themselves and their dependencies.
- A way to retrieve another mod's injector, for injecting soft dependencies' files.
- An entrypoint that provides a way for modders to add a custom Module to the Injector when it's created - most mods won't need this unless they're doing some advanced bindings of some kind.
Documentation for developers can be found on the wiki.
Q&A
How does this help users?
Mods that are designed to use this can be easier to maintain than mods that don't use it, which can result in faster updates. It's not the right solution for every mod, but it can be useful for some, especially when making an API that other mods can use.
Does this do anything on its own?
It shows up in the mod list, but that's about it.
Does this download mod dependencies for you?
No
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
ChiseledAdditions
It makes Actually Additions blocks and drills chisable
Caves & Canyons
Save your surface, find your underground adventure!
Multipart Machines: Grinding
Adds multiblock mob grinders.
Vault Filters
Adds attributes to the create mod attribute filter to allow for automatic gear sorting
Capybaras+
Adds Capybaras to the game!
Sound System Reloader
Simple mod that reloads the sound system when you hit F3+S