This web framework is based on the idea of JAX-rs/Spring framework.
Framework is based on controllers which contain methods for dealing with incoming requests
and creating JSON response.
Main goal of this project is to implement Dependency Injection mechanism from scratch
using Refelection in Java programming language.