New Reflection and Introspection lib, BeanUtils alternative, mobile compatible.

Hello there. After… thinking about it… years of lurking, I made an account to share something of mine with the community.
Its about two libraries built for dealing with bean properties reflection and introspection (a-la java way), one is a low-level API (types, annotations) and the other one is a faster alternative of Commons BeanUtils and similar.

The code is extremely minimalistic and compact, and the performance are greatly better than the other noble alternatives (benchmarks included).

Everything is already used in production for some time, so its safe to use.
Feedback and suggestions are most welcomed. Thanks! :slight_smile:

1-class ObjectWrapper, a BeanUtils-alike API: https://github.com/minimalcode-org/minimalcode-beans (indexed, mapped, nested reflection, with benchmarks)

2-classes Low-Level Property Reflect API : https://github.com/minimalcode-org/minimalcode-reflect (property name, type, annotations from both methods and field, get and set reflection etc…)