JetBrains-Research/reflekt

Return entities with their annotations

Closed this issue · 1 comments

Currently, Reflekt searches for entities (classes/objects/functions) be their annotations and returns as a list or a set.

Sometimes, e.g. in Kotless, users want to use not only the lists with results, but use the information from annotations. In this case, we can find entities, but to get the annotations from them we should use run-time reflection.

Thus, we should add an able of storing not only the list/set of the entities but and additional info (from the query params)

It will be fixed by issue#112