kotlinpoet-metadata-specs
/
com.squareup.kotlinpoet.metadata.specs.internal
/
ClassInspectorUtil
/
computeIsJvmField
compute
Is
Jvm
Field
Infers if
property
is a jvm field and should be annotated as such given the input parameters.
fun
computeIsJvmField
(property:
ImmutableKmProperty
, classInspector:
ClassInspector
, isCompanionObject:
Boolean
, hasGetter:
Boolean
, hasSetter:
Boolean
, hasField:
Boolean
):
Boolean
Content copied to clipboard