Next: Methods Data Structure, Previous: Constant Pool, Up: The Class File Format
The fields data structure is an array of field structure items. Each item consists of:
The last item is an array of additional attributes that provide additional information about the field. Each Java Virtual Machine must recognize attributes ConstantValue, Synthetic, and Deprecated.
The BML-related field attributes are described in Field Attributes.