java Library Static Field
fun javaLibraryStaticField( receiverClass: Class<*>, fieldName: String, fieldClass: Class<*>): CheckedField
Content copied to clipboard
Create a CheckedField for accessing a static field that has not been annotated with ReferencedInGeneratedCode, failing if there is a problem.
Return
The CheckedField.
Parameters
receiver Class
The type defining the static field.
field Name
The name of the static field.
field Class
The type of the field.