Field Data
data class FieldData(annotations: List<AnnotationSpec>, isSynthetic: Boolean, jvmModifiers: Set<JvmFieldModifier>, constant: CodeBlock?)
Content copied to clipboard
Represents relevant information on a field used for ClassInspector. Should only be associated with a PropertyData.
Parameters
annotations
declared annotations on this field.
Constructors
Types
Properties
allAnnotations
Link copied to clipboard
A collection of all annotations on this method, including any derived from jvmModifiers and isSynthetic.
isSynthetic
Link copied to clipboard
jvmModifiers
Link copied to clipboard
set of JvmMethodModifiers on this field.