W3cubDocs

/Kotlin

staticProperties

val KClass<*>.staticProperties: Collection<KProperty0<*>>

Platform and version requirements: Kotlin 1.1, JVM

Returns static properties declared in this class. Only properties representing static fields of Java classes are considered static.

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect.full/static-properties.html