With annotations/attributes, we have the ClassesTypeMap.
We could store in it, the list of interfaces, the associated type with their associated class.
It would allow to resolve types automatically as we would only have to loop through the list of type implementing the given interface.
With annotations/attributes, we have the
ClassesTypeMap
.We could store in it, the list of interfaces, the associated type with their associated class.
It would allow to resolve types automatically as we would only have to loop through the list of type implementing the given interface.