Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 502 Bytes

File metadata and controls

16 lines (12 loc) · 502 Bytes

simple-ioc

description

A very small and simple "spring-like" ioc implementation.

advantage

Well, it's small and simple.
You can use @SimpleBean and @SimpleComponent and @SimpleAutowired for application.
Also, if you're familiar with spring-boot, @SimpleIocBootApplication is also available.

disadvantages

Well, it's too simple!

summary

If you're learning ioc or try to develop a personal application, this might be a little helpful.
Otherwise, use spring instead.