Annotated DI
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #258 of 940 fabric mods in this game by downloads
📋 About This Mod
Annotated DI is a wrapper around (https://github.com/google/guice) with a few extra utilities added for more convenient use with Minecraft mods. This allows the (https://en.wikipedia.org/wiki/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, which allows mods to inject classes/interfaces from other mods.
- An entrypoint/event 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 (https://github.com/The-Fireplace-Minecraft-Mods/Annotated-DI/wiki).
#### 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
📊 Mod Details
- Game
- Minecraft Mods
- Author
- The-Fireplace
- Version
- 4.0.9+1.21.11+fabric
- Downloads
- 28,796
- Endorsements
- 12
- Category
- fabric
- Created
- 7/7/2021
- Updated
- 6/21/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- library
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Annotated DI support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of Annotated DI?
Version 4.0.9+1.21.11+fabric, published 2026-06-21 with 28,796 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await