/reflectable.dart

Reflectable is a Dart library that allows programmers to eliminate certain usages of dynamic reflection by specialization of reflective code to an equivalent implementation using only static techniques. The use of dynamic reflection is constrained in order to ensure that the specialized code can be generated and will have a reasonable size.

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

No issues in this repository yet.