Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 350 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 350 Bytes

Guice is a great dependency injection framework but has gotten too big. The goal of Injecto is to provide a tiny Guice-like library that can be embedded in Android applications, or other situations where the size of the application is a real concern. Injecto does not do reflection magic. You can attach providers or instances with it for later use.