Anyone know how to express this better ``` x.java...
# announcements
j
Anyone know how to express this better
Copy code
x.javaClass.kotlin.memberProperties.filter {
        it.annotations.any {
            it is Field
        }
    }