Skip to content

Reflekt

Compare
Choose a tag to compare
@nbirillo nbirillo released this 27 Apr 08:11
· 114 commits to master since this release

First public version:

  • Compile-time reflection by Reflekt DSL
    for multi-module projects:
    • project's files
    • external libraries
  • Compile-time reflection by custom users' filters for multi-module projects
    by SmartReflekt DSL:
    • project's files
    • external libraries

Note: We analyze modules independently of each other. If an object\class\function is in module A,
and you run Reflekt in module B, then the object\class\function will not be found. Also, the current version of Reflekt and SmartReflekt does not support incremental compilation process.