资 源 简 介
This project has moved
This project has moved to GitHub at the following URL: https://github.com/coolarch/tapioca
No further updates to this repository will be made. Please check the new location for updates and new versions of this library.
What is Tapioca?
Tapioca is designed to provide an extremely thin layer on top of existing, albeit obscure, portions of the standard Java class library in order to provide an IoC container.
Does Tapioca stand for anything?
Yes: (T)iny (A)PI (P)roviding (I)nversion (o)f (c)ontrol (a)rchitecture
What are the goals of Tapioca?
No external dependencies for the core library, other than the core library jar itself
Core functionality always small (below 20 KiB)
Rely on standard functionality that is already part of the core Java library whenever possible
Do one thing, and do it well
How do I use it?
You can