A succinct IOC & AOP container. Mainly refer to the github project tiny-Spring. Here are two majority difference.
- explore the
BeanRegistry
interface to letBeanDefinitionReader
addBeanDefinition
intoBeanFactory
's concurrent hash map. - remove the
io
package and simply the resource as a file location string.
TODD:
[] Add UML and Sequence Diagram
Reference: