java1 Kotlin Reflection Reflection이란? 런타임 시에 프로그램 내부의 구조적인 정보를 얻거나, 구조를 수정하는 것이 가능하게 하는 기술입니다. 더보기 더보기 더보기 Reflection is a set of language and library features that allows you to introspect the structure of your program at runtime. Functions and properties are first-class citizens in Kotlin, and the ability to introspect them (for example, learning the name or the type of a property or function at runtime) is essential.. 2021. 12. 19. 이전 1 다음