touwolf/bridje-framework

Implement a new generics tools for bridje ioc

Closed this issue · 0 comments

Java Parametized type is being used for service right now, but the java generics framework does not provide some funtionality, for example create a ParameterizedType at runtime, and other limitations as well, this is way a new generics tools are required to handle the services in the bridje ioc. The idea is that instead of storing the types for the service the framework implements his own type storage class that need to be hashable and comparable and created at runtime, so the services lookup mecanism can be more consistent and usefull to the user and the framework.