Reflection

suggest change

Introduction

Reflection is a languageā€™s ability to inspect code at runtime instead of compile time.

Remarks

Reflection is a mechanism to introspect language constructs (classes and functions) at the runtime.

When targeting JVM platform, runtime reflection features are distributed in separate JAR: kotlin-reflect.jar. This is done to reduce runtime size, cut unused features and make it possible to target another (like JS) platforms.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents