|
|
|
|
|
by cogman10
878 days ago
|
|
It's more akin to Java's annotation processor. It's generating code at compile time and not runtime. Dart has runtime reflection and annotations that predate this. The benefit of making this compile time are mainly performance. |
|